summaryrefslogtreecommitdiffstats
path: root/meta/packages/libsdl
diff options
context:
space:
mode:
authorRichard Purdie <richard@openedhand.com>2008-01-29 19:58:05 +0000
committerRichard Purdie <richard@openedhand.com>2008-01-29 19:58:05 +0000
commit26b3e203bd8f0455837a69e5075f64d4a51c5c60 (patch)
tree023ab4b6d3c848523ce33d8d8d8a5162980a1c21 /meta/packages/libsdl
parent3b79bc69b2aeb767a73e4c438fe3ed75d870f5fd (diff)
downloadpoky-26b3e203bd8f0455837a69e5075f64d4a51c5c60.tar.gz
libsdl-sdk: Use full paths for staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3619 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/libsdl')
-rw-r--r--meta/packages/libsdl/libsdl-sdk_1.2.11.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
index ea65903824..d53c0d02e7 100644
--- a/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
+++ b/meta/packages/libsdl/libsdl-sdk_1.2.11.bb
@@ -35,5 +35,5 @@ do_configure() {
35 35
36do_stage() { 36do_stage() {
37 autotools_stage_all 37 autotools_stage_all
38 install -m 0644 build/libSDLmain.a ${STAGING_LIBDIR} 38 install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
39} 39}