diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 16:03:53 +0000 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-11-17 16:03:53 +0000 |
| commit | 632752506096491785bc85dae3261c2fadb284f9 (patch) | |
| tree | 9976182c9e420278ce37bf3fe81895fb908367e3 /meta | |
| parent | 0d816ac9865eb8b4950660d42ae8c2c653412d6f (diff) | |
| download | poky-632752506096491785bc85dae3261c2fadb284f9.tar.gz | |
libsdl-natvesdk: Drop unneeded stage_append
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/packages/libsdl/libsdl-nativesdk_1.2.11.bb | 4 |
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 = "" | |||
| 29 | do_configure_prepend() { | 29 | do_configure_prepend() { |
| 30 | cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 | 30 | cp ${WORKDIR}/acinclude.m4 ${S}/acinclude.m4 |
| 31 | } | 31 | } |
| 32 | |||
| 33 | do_stage_append() { | ||
| 34 | install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR} | ||
| 35 | } | ||
