[oe-commits] Frans Meulenbroeks : python_divmodepsilon: added native recipe

GIT User account git at amethyst.openembedded.net
Thu Feb 12 08:14:35 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 80133989e01f1ded8c222b75d7f45befaca368f6
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=80133989e01f1ded8c222b75d7f45befaca368f6

Author: Frans Meulenbroeks <fransmeulenbroeks at gmail.com>
Date:   Thu Feb 12 09:11:50 2009 +0100

python_divmodepsilon: added native recipe

---

 .../python/python-divmodepsilon-native_0.5.11.bb   |   11 +++++++++++
 1 files changed, 11 insertions(+), 0 deletions(-)

diff --git a/packages/python/python-divmodepsilon-native_0.5.11.bb b/packages/python/python-divmodepsilon-native_0.5.11.bb
new file mode 100644
index 0000000..185708b
--- /dev/null
+++ b/packages/python/python-divmodepsilon-native_0.5.11.bb
@@ -0,0 +1,11 @@
+require python-divmodepsilon_${PV}.bb
+inherit native
+
+DEPENDS = "python-native python-twisted-native zope-native"
+
+do_stage() {
+    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}
+}
+





More information about the Openembedded-commits mailing list