diff options
Diffstat (limited to 'meta/packages/python/python-pyrex-native_0.9.8.5.bb')
| -rw-r--r-- | meta/packages/python/python-pyrex-native_0.9.8.5.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta/packages/python/python-pyrex-native_0.9.8.5.bb b/meta/packages/python/python-pyrex-native_0.9.8.5.bb new file mode 100644 index 0000000000..4405212040 --- /dev/null +++ b/meta/packages/python/python-pyrex-native_0.9.8.5.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | require python-pyrex_${PV}.bb | ||
| 2 | inherit native | ||
| 3 | DEPENDS = "python-native" | ||
| 4 | RDEPENDS = "" | ||
| 5 | |||
| 6 | do_stage() { | ||
| 7 | BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \ | ||
| 8 | STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \ | ||
| 9 | ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR} | ||
| 10 | } | ||
