mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
libsdl-sdk: Use full paths for staging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3619 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
3b79bc69b2
commit
26b3e203bd
|
|
@ -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}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user