summaryrefslogtreecommitdiff
path: root/recipes/python/python-cython-native_0.12.1.bb
diff options
context:
space:
mode:
authorSergey Lapin <slapin@ossfans.org>2010-02-06 23:12:38 +0300
committerSergey Lapin <slapin@ossfans.org>2010-02-06 23:12:38 +0300
commit9dbc3d716405d56def0af95748632035864c07b7 (patch)
tree8c2865915bcc385c78a32a1c67398e366fea02ae /recipes/python/python-cython-native_0.12.1.bb
parent029e21c8111deafa850ad1724e48da29c321f2f8 (diff)
parent01dcb228756ee2348a8f6257b39d196340b69d96 (diff)
Merge branch 'org.openembedded.dev' of git@git.openembedded.net:openembedded into org.openembedded.dev
Diffstat (limited to 'recipes/python/python-cython-native_0.12.1.bb')
-rw-r--r--recipes/python/python-cython-native_0.12.1.bb10
1 files changed, 10 insertions, 0 deletions
diff --git a/recipes/python/python-cython-native_0.12.1.bb b/recipes/python/python-cython-native_0.12.1.bb
new file mode 100644
index 0000000000..95886aecb0
--- /dev/null
+++ b/recipes/python/python-cython-native_0.12.1.bb
@@ -0,0 +1,10 @@
+require python-cython_${PV}.bb
+inherit native
+DEPENDS = "python-native"
+RDEPENDS = ""
+
+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}
+}