summaryrefslogtreecommitdiffstats
path: root/meta/packages/libsdl
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-04-16 08:27:41 +0000
committerRichard Purdie <richard@openedhand.com>2008-04-16 08:27:41 +0000
commit8f60c0e0dd536008df0c12ab3e45802f28931eda (patch)
treefd85767dc3cf3fb6d24f990f528630ec6afb955c /meta/packages/libsdl
parentacd2ae179b7648a935d2c73d344b8eeff026a0db (diff)
downloadpoky-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
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r--meta/packages/libsdl/libsdl-sdk_1.2.11.bb4
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
27PARALLEL_MAKE = "" 27PARALLEL_MAKE = ""
28 28
29do_configure_prepend() {
30 cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
31}
32
29do_stage() { 33do_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}