[oe-commits] Michael 'Mickey' Lauer : python-dbus: bump for python 2.6

GIT User account git at amethyst.openembedded.net
Sun Jan 11 15:31:07 UTC 2009


Module: openembedded.git
Branch: mickey/python26
Commit: f25b1b49cc117bf3d4b2e623a210783f7be5538f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f25b1b49cc117bf3d4b2e623a210783f7be5538f

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Sun Jan 11 15:18:31 2009 +0000

python-dbus: bump for python 2.6

---

 packages/python/python-dbus_0.83.0.bb |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packages/python/python-dbus_0.83.0.bb b/packages/python/python-dbus_0.83.0.bb
index 4ccecc0..7bc81f0 100644
--- a/packages/python/python-dbus_0.83.0.bb
+++ b/packages/python/python-dbus_0.83.0.bb
@@ -3,19 +3,20 @@ SECTION = "devel/python"
 HOMEPAGE = "http://www.freedesktop.org/Software/dbus"
 LICENSE = "MIT"
 DEPENDS = "expat dbus dbus-glib virtual/libintl python-pyrex-native"
-RDEPENDS = "python-io python-logging python-stringold python-threading python-xml"
-PR = "ml0"
+PR = "ml1"
 
 SRC_URI = "http://dbus.freedesktop.org/releases/dbus-python/dbus-python-${PV}.tar.gz"
 S = "${WORKDIR}/dbus-python-${PV}"
 
 inherit distutils-base autotools pkgconfig
 
-export BUILD_SYS := "${BUILD_SYS}"
-export HOST_SYS := "${HOST_SYS}"
+export BUILD_SYS
+export HOST_SYS
 
 do_stage() {
 	autotools_stage_all
 }
 
+RDEPENDS = "python-io python-logging python-stringold python-threading python-xml"
+
 FILES_${PN}-dev += "${libdir}/pkgconfig 





More information about the Openembedded-commits mailing list