mirror of
git://git.yoctoproject.org/poky
synced 2026-08-11 22:11:38 +00:00
python-scons-native: fix after staging layout change
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4969 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
parent
957b04b5f5
commit
c4d370a0c7
@ -4,6 +4,8 @@ DEPENDS = "python-native"
|
||||
RDEPENDS = ""
|
||||
|
||||
do_stage() {
|
||||
STAGING_LIBDIR=${STAGING_LIBDIR} \
|
||||
STAGING_INCDIR=${STAGING_INCDIR} \
|
||||
BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
|
||||
${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_LIBDIR}/.. --install-data=${STAGING_DATADIR} || \
|
||||
oefatal "python setup.py install execution failed."
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user