From: Michael 'Mickey' Lauer Date: Thu, 27 Aug 2009 23:28:07 +0000 (+0200) Subject: mickeydbus: add more RDEPENDES X-Git-Tag: Release-2010-05/1~2529 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2438d3f2f75839725b5911857036784212520a45;p=openembedded.git mickeydbus: add more RDEPENDES --- 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"