aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-scons-native_1.2.0.bb
blob: 31bce5583dc82225de6c55c769a8e3207c55a07b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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() {
	:
}