[oe-commits] Michael 'Mickey' Lauer : mickeydbus: add more RDEPENDES

git version control git at git.openembedded.org
Thu Sep 3 16:00:22 UTC 2009


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 2438d3f2f75839725b5911857036784212520a45
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=2438d3f2f75839725b5911857036784212520a45

Author: Michael 'Mickey' Lauer <mickey at vanille-media.de>
Date:   Fri Aug 28 01:28:07 2009 +0200

mickeydbus: add more RDEPENDES

---

 recipes/freesmartphone/mickeydbus_git.bb |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/recipes/freesmartphone/mickeydbus_git.bb b/recipes/freesmartphone/mickeydbus_git.bb
index 4774f84..f262859 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"





More information about the Openembedded-commits mailing list