[oe-commits] Michael 'Mickey' Lauer : python-dbus: add some more dependencies

git version control git at git.openembedded.org
Wed Sep 16 15:39:26 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2a3d5c21971587a47b203359ed37a125b37aac39
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2a3d5c21971587a47b203359ed37a125b37aac39

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Mon Sep 14 21:45:36 2009 +0200

python-dbus: add some more dependencies

---

 recipes/python/python-dbus_0.83.0.bb |   20 ++++++++++++--------
 1 files changed, 12 insertions(+), 8 deletions(-)

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





More information about the Openembedded-commits mailing list