]> code.ossystems Code Review - openembedded-core.git/commitdiff
libsdl-sdk: Use full paths for staging
authorRichard Purdie <richard@openedhand.com>
Tue, 29 Jan 2008 19:58:05 +0000 (19:58 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 29 Jan 2008 19:58:05 +0000 (19:58 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3619 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/libsdl/libsdl-sdk_1.2.11.bb

index ea6590382426bf39ef6febc16cc8952fd5467297..d53c0d02e723d614a6b9b5adc0bdd6317a2053f9 100644 (file)
@@ -35,5 +35,5 @@ do_configure() {
 
 do_stage() {
        autotools_stage_all
-       install -m 0644 build/libSDLmain.a ${STAGING_LIBDIR}
+       install -m 0644 ${S}/build/libSDLmain.a ${STAGING_LIBDIR}
 }