aboutsummaryrefslogtreecommitdiffstats
path: root/meta/packages/libsdl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2008-12-27 01:13:47 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2008-12-30 17:07:17 +0000
commitfcb1791f553081e5267c2d0b7795eab224b4a342 (patch)
tree16772e322df1059b1f13585396c683e50eafc3c3 /meta/packages/libsdl
parente380b48602db316c7d12d328192eadc52e5be861 (diff)
downloadopenembedded-core-fcb1791f553081e5267c2d0b7795eab224b4a342.tar.gz
classes/autotools_stage.bbclass: Add autotools_stage class to further recipes to simplify recipes using standard autotools
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r--meta/packages/libsdl/libsdl-sdk_1.2.11.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
index fb19248a69..6cea742f17 100644
--- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
+++ b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
@@ -12,7 +12,7 @@ SRC_URI = "http://www.libsdl.org/release/SDL-${PV}.tar.gz \
file://kernel-asm-page.patch;patch=1 "
S = "${WORKDIR}/SDL-${PV}"
-inherit autotools binconfig pkgconfig sdk
+inherit autotools_stage binconfig pkgconfig sdk
EXTRA_OECONF = "--disable-static --disable-debug --disable-cdrom --enable-threads --enable-timers --enable-endian \
--enable-file --disable-oss --disable-alsa --disable-esd --disable-arts \
@@ -30,7 +30,6 @@ do_configure_prepend() {
cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
}
-do_stage() {
- autotools_stage_all
+do_stage_append() {
install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
}