summaryrefslogtreecommitdiff
path: root/recipes/python/python-cython-native_0.12.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-cython-native_0.12.bb')
-rw-r--r--recipes/python/python-cython-native_0.12.bb10
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes/python/python-cython-native_0.12.bb b/recipes/python/python-cython-native_0.12.bb
deleted file mode 100644
index d42d1fdd7b..0000000000
--- a/recipes/python/python-cython-native_0.12.bb
+++ /dev/null
@@ -1,10 +0,0 @@
-require python-cython_${PV}.bb
-inherit native
-DEPENDS = "python-native"
-RDEPENDS_${PN} = ""
-
-do_stage() {
- PYTHONPATH=${STAGING_BINDIR} BUILD_SYS=${BUILD_SYS} HOST_SYS=${HOST_SYS} \
- STAGING_LIBDIR=${STAGING_LIBDIR} STAGING_INCDIR=${STAGING_INCDIR} \
- ${STAGING_BINDIR}/python setup.py install --prefix=${STAGING_BINDIR}/.. --install-data=${STAGING_DATADIR}
-}