summaryrefslogtreecommitdiffstats
path: root/meta/packages/libsdl
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2009-11-17 16:03:53 +0000
committerRichard Purdie <rpurdie@linux.intel.com>2009-11-17 16:03:53 +0000
commit632752506096491785bc85dae3261c2fadb284f9 (patch)
tree9976182c9e420278ce37bf3fe81895fb908367e3 /meta/packages/libsdl
parent0d816ac9865eb8b4950660d42ae8c2c653412d6f (diff)
downloadpoky-632752506096491785bc85dae3261c2fadb284f9.tar.gz
libsdl-natvesdk: Drop unneeded stage_append
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r--meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb
index a364ca386a..1bc5f64f0f 100644
--- a/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb
+++ b/meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb
@@ -29,7 +29,3 @@ PARALLEL_MAKE = ""
29do_configure_prepend() { 29do_configure_prepend() {
30 cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 30 cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4
31} 31}
32
33do_stage_append() {
34 install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
35}