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

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

python-urlgrabber-native: use distutils_stage_all

---

 packages/python/python-urlgrabber-native_3.1.0.bb |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/packages/python/python-urlgrabber-native_3.1.0.bb b/packages/python/python-urlgrabber-native_3.1.0.bb
index 5e43ca2..5c2af55 100644
--- a/packages/python/python-urlgrabber-native_3.1.0.bb
+++ b/packages/python/python-urlgrabber-native_3.1.0.bb
@@ -2,9 +2,8 @@ require python-urlgrabber_${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