summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-08-28 01:28:07 +0200
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2009-09-03 17:22:32 +0200
commit2438d3f2f75839725b5911857036784212520a45 (patch)
tree73fa0d3d32ddddf8b9ddcb71b92ad4e5040d74a3
parent53f12b0e21880198a227d45bdbafbee86e5ac4cd (diff)
mickeydbus: add more RDEPENDES
-rw-r--r--recipes/freesmartphone/mickeydbus_git.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/recipes/freesmartphone/mickeydbus_git.bb b/recipes/freesmartphone/mickeydbus_git.bb
index 4774f84ba1..f262859d5f 100644
--- a/recipes/freesmartphone/mickeydbus_git.bb
+++ b/recipes/freesmartphone/mickeydbus_git.bb
@@ -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"