python-dbus: add some more dependencies
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Mon, 14 Sep 2009 19:45:36 +0000 (21:45 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 16 Sep 2009 12:46:51 +0000 (14:46 +0200)
recipes/python/python-dbus_0.83.0.bb

index 7bc81f0..02b73e6 100644 (file)
@@ -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 \
+"