Files
poky/meta-extras/packages/python/python-scons-native_0.97.bb
Marcin Juszkiewicz c4d370a0c7 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
2008-07-28 15:13:08 +00:00

17 lines
441 B
BlitzBasic

require python-scons_${PV}.bb
inherit native
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."
}
do_install() {
:
}