[oe-commits] Marcin Juszkiewicz : python-iniparse-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: d03428ddd1ff508994912689e5be26518f109369
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=d03428ddd1ff508994912689e5be26518f109369

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

python-iniparse-native: use distutils_stage_all

---

 packages/python/python-iniparse-native_0.2.3.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/python/python-iniparse-native_0.2.3.bb b/packages/python/python-iniparse-native_0.2.3.bb
index c2d633c..68dd218 100644
--- a/packages/python/python-iniparse-native_0.2.3.bb
+++ b/packages/python/python-iniparse-native_0.2.3.bb
@@ -2,9 +2,8 @@ require python-iniparse_${PV}.bb
 inherit native
 DEPENDS = "python-native"
 RDEPENDS = ""
+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