diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-07-13 12:53:08 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-13 12:34:29 +0100 |
commit | 5b1bc84c6e962b6719a1d51d091c58d21181de1d (patch) | |
tree | b0259d39d8c596b9b002cf531802b71af845a175 | |
parent | 1d6e661801016fd428155fc71df4030f4d1c9a34 (diff) | |
download | poky-5b1bc84c6e962b6719a1d51d091c58d21181de1d.tar.gz |
connman-gnome: run oe-stylize over recipe
Variable ordering changed slightly and the RRECOMMENDS line is broken up, no functional changes
(From OE-Core rev: 102474df96af450624572e4d470883cacc5b5010)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-connectivity/connman/connman-gnome_0.5.bb | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb index 69c59304d4..416fa4b27c 100644 --- a/meta/recipes-connectivity/connman/connman-gnome_0.5.bb +++ b/meta/recipes-connectivity/connman/connman-gnome_0.5.bb | |||
@@ -5,10 +5,10 @@ LICENSE = "GPLv2 & LGPLv2.1" | |||
5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ |
6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ | 6 | file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \ |
7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" | 7 | file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a" |
8 | |||
8 | DEPENDS = "gtk+ dbus" | 9 | DEPENDS = "gtk+ dbus" |
9 | PR = "r6" | ||
10 | 10 | ||
11 | 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" | 11 | PR = "r6" |
12 | 12 | ||
13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" | 13 | SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8" |
14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ | 14 | SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protocol=git \ |
@@ -17,3 +17,16 @@ SRC_URI = "git://git.kernel.org/pub/scm/network/connman/connman-gnome.git;protoc | |||
17 | S = "${WORKDIR}/git" | 17 | S = "${WORKDIR}/git" |
18 | 18 | ||
19 | inherit autotools gtk-icon-cache | 19 | inherit autotools gtk-icon-cache |
20 | |||
21 | RRECOMMENDS_${PN} = "python \ | ||
22 | python-dbus \ | ||
23 | connman \ | ||
24 | connman-plugin-ethernet \ | ||
25 | connman-plugin-loopback \ | ||
26 | connman-plugin-udhcp \ | ||
27 | connman-plugin-wifi \ | ||
28 | connman-plugin-fake \ | ||
29 | connman-plugin-bluetooth \ | ||
30 | connman-plugin-dnsproxy \ | ||
31 | connman-plugin-ofono \ | ||
32 | " | ||