[oe-commits] Tom Rini : python-pysqlite2-native: New recipe

git version control git at git.openembedded.org
Tue Feb 23 23:34:04 UTC 2010


Module: openembedded.git
Branch: shr/unstable
Commit: 8fe1beae6d7bf91839c9c20327052ec68f3ae790
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8fe1beae6d7bf91839c9c20327052ec68f3ae790

Author: Tom Rini <tom_rini at mentor.com>
Date:   Tue Feb 23 11:59:04 2010 -0700

python-pysqlite2-native: New recipe

---

 recipes/python/python-pysqlite2-native_2.4.0.bb |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/recipes/python/python-pysqlite2-native_2.4.0.bb b/recipes/python/python-pysqlite2-native_2.4.0.bb
new file mode 100644
index 0000000..0a7d667
--- /dev/null
+++ b/recipes/python/python-pysqlite2-native_2.4.0.bb
@@ -0,0 +1,10 @@
+require python-pysqlite2_${PV}.bb
+inherit native
+DEPENDS = "python-native sqlite3-native"
+RDEPENDS = ""
+
+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