[OE-core] [PATCH 2/2] connman-gnome: run oe-stylize over recipe

Koen Kooi koen at dominion.thruhere.net
Wed Jul 13 10:53:08 UTC 2011


Variable ordering changed slightly and the RRECOMMENDS line is broken up, no functional changes

Signed-off-by: Koen Kooi <koen at dominion.thruhere.net>
---
 .../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 69c5930..416fa4b 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"
 LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
                     file://properties/main.c;beginline=1;endline=20;md5=50c77c81871308b033ab7a1504626afb \
                     file://common/connman-dbus.c;beginline=1;endline=20;md5=de6b485c0e717a0236402d220187717a"
+
 DEPENDS = "gtk+ dbus"
-PR = "r6"
 
-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"
+PR = "r6"
 
 SRCREV = "78d3c39db6f3f7977b466305110faa8ca5f74ec8"
 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
 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 \
+                    "
-- 
1.6.6.1





More information about the Openembedded-core mailing list