From: Richard Purdie Date: Wed, 16 Apr 2008 08:27:41 +0000 (+0000) Subject: libsdl-sdk: Add a configure prepend to make sure the custom acinclude.m4 is used X-Git-Tag: 2011-1~9178 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=8f60c0e0dd536008df0c12ab3e45802f28931eda;p=openembedded-core.git libsdl-sdk: Add a configure prepend to make sure the custom acinclude.m4 is used git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4278 311d38ba-8fff-0310-9ca6-ca027cbcb966 --- diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb index 029fb0d249..fb19248a69 100644 --- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb +++ b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb @@ -26,6 +26,10 @@ EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-thread PARALLEL_MAKE = "" +do_configure_prepend() { + cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 +} + do_stage() { autotools_stage_all install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}