aboutsummaryrefslogtreecommitdiffstats
path: root/packages/python/python-pyrex-native_0.9.3.bb
blob: 3a0d977dbb1d0c51971217cb6eec62bf8cd2cac1 (plain)
1
2
3
4
5
6
7
8
include python-pyrex_${PV}.bb
inherit native
DEPENDS = "python-native"

do_stage() {
	BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
        ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
}