mickeydbus: add more RDEPENDES
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 27 Aug 2009 23:28:07 +0000 (01:28 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Thu, 3 Sep 2009 15:22:32 +0000 (17:22 +0200)
recipes/freesmartphone/mickeydbus_git.bb

index 4774f84..f262859 100644 (file)
@@ -4,7 +4,7 @@ HOMEPAGE = "http://www.freesmartphone.org"
 SECTION = "console/network"
 LICENSE = "GPLv2"
 PV = "0.9.2+gitr${SRCREV}"
-PR = "r1"
+PR = "r2"
 
 SRC_URI = "${FREESMARTPHONE_GIT}/python-helpers.git;protocol=git;branch=master"
 S = "${WORKDIR}/git"
@@ -16,7 +16,9 @@ do_install() {
 
 RDEPENDS_${PN} = "\
   python-dbus \
+  python-gobject \
   python-pprint \
+  python-xml \
 "
 
 PACKAGE_ARCH_${PN} = "all"