diff options
author | Ross Burton <ross.burton@intel.com> | 2012-06-20 12:27:22 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-21 13:03:05 +0100 |
commit | 6afc23113fc30a30b30fc88313064659f911efe0 (patch) | |
tree | e46b478bf048740aeec66ba3c585dbf2ebeea6ad /meta | |
parent | 1747ed441b978944effd550ca95644454e13083f (diff) | |
download | poky-6afc23113fc30a30b30fc88313064659f911efe0.tar.gz |
connman-gnome: clean up runtime dependencies
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.
(From OE-Core rev: f399346a1806385458536a8401a48fbeeaf64d24)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/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 a4327f5f50..8a6878ca9f 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 \ | |||
8 | 8 | ||
9 | DEPENDS = "gtk+ dbus-glib" | 9 | DEPENDS = "gtk+ dbus-glib" |
10 | 10 | ||
11 | PR = "r11" | 11 | PR = "r12" |
12 | 12 | ||
13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" | 13 | SRCREV = "42c652d123ea133d0a0930b96e8e39dbd0c597b5" |
14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git \ |
@@ -24,15 +24,4 @@ S = "${WORKDIR}/git" | |||
24 | 24 | ||
25 | inherit autotools gtk-icon-cache | 25 | inherit autotools gtk-icon-cache |
26 | 26 | ||
27 | RRECOMMENDS_${PN} = "python \ | 27 | RDEPENDS_${PN} = "connman" |
28 | python-dbus \ | ||
29 | connman \ | ||
30 | connman-plugin-ethernet \ | ||
31 | connman-plugin-loopback \ | ||
32 | connman-plugin-udhcp \ | ||
33 | connman-plugin-wifi \ | ||
34 | connman-plugin-fake \ | ||
35 | connman-plugin-bluetooth \ | ||
36 | connman-plugin-dnsproxy \ | ||
37 | connman-plugin-ofono \ | ||
38 | " | ||