summaryrefslogtreecommitdiff
path: root/packages/python/python-scons-native_0.96.90.bb
blob: bc6fc7992d1ed88fb8cd8a52f12ac04c18cae97b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
include python-scons_${PV}.bb
inherit native

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() {
	:
}