From 8fe1beae6d7bf91839c9c20327052ec68f3ae790 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 23 Feb 2010 11:59:04 -0700 Subject: python-pysqlite2-native: New recipe --- recipes/python/python-pysqlite2-native_2.4.0.bb | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 recipes/python/python-pysqlite2-native_2.4.0.bb (limited to 'recipes/python') 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 0000000000..0a7d667dca --- /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} +} -- cgit v1.2.3