Files
poky/meta-extras/packages/python/python-scons-native_0.97.bb
Marcin Juszkiewicz ae77523c78 python-scons: update to 0.97 from OE
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3177 311d38ba-8fff-0310-9ca6-ca027cbcb966
2007-11-15 13:57:07 +00:00

15 lines
355 B
BlitzBasic

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