mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 05:04:53 +00:00
scons.bbclass: sync with OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@1555 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
b9836e5513
commit
caf3b5b1bc
@ -1,12 +1,12 @@
|
||||
DEPENDS += "python-scons-native"
|
||||
|
||||
scons_do_compile() {
|
||||
${STAGING_BINDIR_NATIVE}/scons || \
|
||||
${STAGING_BINDIR_NATIVE}/scons PREFIX=${prefix} prefix=${prefix} || \
|
||||
oefatal "scons build execution failed."
|
||||
}
|
||||
|
||||
scons_do_install() {
|
||||
${STAGING_BINDIR_NATIVE}/scons install || \
|
||||
${STAGING_BINDIR_NATIVE}/scons PREFIX=${D}${prefix} prefix=${D}${prefix} install || \
|
||||
oefatal "scons install execution failed."
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user