[oe-commits] Marcin Juszkiewicz : yum-metadata-parser-native: use distutils_stage_all

GIT User account git at amethyst.openembedded.net
Thu Mar 19 14:45:55 UTC 2009


Module: openembedded.git
Branch: hrw/poky-merge/add-rpm-packages-support
Commit: c0adf35a23244f10bff7938bff9518ab71606ef1
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=c0adf35a23244f10bff7938bff9518ab71606ef1

Author: Marcin Juszkiewicz <hrw at openembedded.org>
Date:   Wed Mar 18 18:26:15 2009 +0100

yum-metadata-parser-native: use distutils_stage_all

---

 .../python/yum-metadata-parser-native_1.1.2.bb     |    7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/packages/python/yum-metadata-parser-native_1.1.2.bb b/packages/python/yum-metadata-parser-native_1.1.2.bb
index 8a43ec4..15d26a1 100644
--- a/packages/python/yum-metadata-parser-native_1.1.2.bb
+++ b/packages/python/yum-metadata-parser-native_1.1.2.bb
@@ -2,11 +2,8 @@ require yum-metadata-parser_${PV}.bb
 inherit native
 DEPENDS = "python-native sqlite3-native glib-2.0-native libxml2-native"
 RDEPENDS = ""
-
-#BUILD_CFLAGS += "-I${STAGING_LIBDIR}/glib-2.0"
+PR = "r1"
 
 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}
+	distutils_stage_all
 }





More information about the Openembedded-commits mailing list