From 99f6cfd645be414f8fc921f14b5f0ff5d07c3f3e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 4 Feb 2010 09:27:46 +0100 Subject: python-cython: add bugfix release 0.12.1 Signed-off-by: Martin Jansa --- recipes/python/python-cython-native_0.12.1.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/python/python-cython-native_0.12.1.bb (limited to 'recipes/python/python-cython-native_0.12.1.bb') 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} +} -- cgit v1.2.3