From patchwork Tue Jun 19 15:22:29 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [5/6] connman-gnome: clean up runtime dependencies Date: Tue, 19 Jun 2012 15:22:29 -0000 From: Ross Burton X-Patchwork-Id: 30133 Message-Id: <3dedba0929d96edf837a0a6091b7bc008959cabd.1340119197.git.ross.burton@intel.com> To: openembedded-core@lists.openembedded.org There is no need to recommend Python as it isn't used, and specifying the connman plugins should be done by the image. Add a dependency on connman itself as otherwise connman-gnome doesn't do much. --- .../connman/connman-gnome_0.5.bb | 15 ++------------- 1 files changed, 2 insertions(+), 13 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index a4327f5..8a6878c 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb @@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ DEPENDS = "gtk+ dbus-glib" -PR = "r11" +PR = "r12" SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ @@ -24,15 +24,4 @@ S = "${WORKDIR}/git" inherit autotools gtk-icon-cache -RRECOMMENDS_${PN} = "python \ - python-dbus \ - connman \ - connman-plugin-ethernet \ - connman-plugin-loopback \ - connman-plugin-udhcp \ - connman-plugin-wifi \ - connman-plugin-fake \ - connman-plugin-bluetooth \ - connman-plugin-dnsproxy \ - connman-plugin-ofono \ - " +RDEPENDS_${PN} = "connman"