summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"