blob: cb7743e1bf13596bdf2d742c569ce831b100642c (
plain)
1
2
3
4
5
6
7
8
9
|
require python-cython_${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_BINDIR}/.. --install-data=${STAGING_DATADIR}
}
|