diff options
| author | Richard Purdie <richard@openedhand.com> | 2008-04-16 08:27:41 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2008-04-16 08:27:41 +0000 |
| commit | 8f60c0e0dd536008df0c12ab3e45802f28931eda (patch) | |
| tree | fd85767dc3cf3fb6d24f990f528630ec6afb955c | |
| parent | acd2ae179b7648a935d2c73d344b8eeff026a0db (diff) | |
| download | poky-8f60c0e0dd536008df0c12ab3e45802f28931eda.tar.gz | |
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
| -rw-r--r-- | meta/packages/libsdl/libsdl-sdk_1.2.11.bb | 4 |
1 files changed, 4 insertions, 0 deletions
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 | |||
| 26 | 26 | ||
| 27 | PARALLEL_MAKE = "" | 27 | PARALLEL_MAKE = "" |
| 28 | 28 | ||
| 29 | do_configure_prepend() { | ||
| 30 | cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 | ||
| 31 | } | ||
| 32 | |||
| 29 | do_stage() { | 33 | do_stage() { |
| 30 | autotools_stage_all | 34 | autotools_stage_all |
| 31 | install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR} | 35 | install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR} |
