From: Richard Purdie Date: Tue, 17 Nov 2009 16:03:53 +0000 (+0000) Subject: libsdl-natvesdk: Drop unneeded stage_append X-Git-Tag: 2011-1~6720 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=632752506096491785bc85dae3261c2fadb284f9;p=openembedded-core.git libsdl-natvesdk: Drop unneeded stage_append Signed-off-by: Richard Purdie --- 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 = "" do_configure_prepend() { cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 } - -do_stage_append() { - install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR} -}