[oe] [meta-oe][PATCH 1/1] connman: conditionally enable wifi and bluetooth

Anders Darander anders at chargestorm.se
Wed Aug 17 06:03:27 UTC 2011


* Koen Kooi <koen at dominion.thruhere.net> [110816 17:36]:
> Op 16-08-11 15:38, Anders Darander schreef:
> > Use DISTRO_FEATURES to conditionally depend and enable wifi and bluetooth.
> > 
> > Signed-off-by: Anders Darander <anders at chargestorm.se> --- meta-oe/recipes-connectivity/connman/connman.inc   |    7 ++++++- .../recipes-connectivity/connman/connman_0.76.bb   |    4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-)
> > 
> > diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index 2652125..284edd2 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc @@ -14,7 +14,12 @@ LIC_FILES_CHKSUM =
> > "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ file://src/main.c;beginline=1;endline=20;md5=4b55b550fa6b33cc2055ef30dd262b3e"
> > 
> > # we need to define the depends here, the dynamic stuff is too late -DEPENDS  = "wpa-supplicant dbus glib-2.0 ppp busybox dhcp resolvconf bluez4 iptables gnutls ntp" +BLUEZDEPENDS = "bluez4" +WIFIDEPENDS = "wpa-supplicant" +DEPENDS  = "dbus glib-2.0 ppp busybox dhcp resolvconf iptables gnutls ntp
> > \ +            ${@base_contains('DISTRO_FEATURES', 'bluetooth','${BLUEZDEPENDS}', '', d)} \ +            ${@base_contains('DISTRO_FEATURES', 'wifi','${WIFIDEPENDS}', '', d)} \

> Are those helper vars really needed?


No, they're not strictly needed. I'll submit a new patch version without
them.

Cheers,
Anders

-- 
Anders Darander
ChargeStorm AB		Tel: +46 702 44 84 36
Laxholmstorget 3	Email: anders at chargestorm.se
602 21 Norrköping	Web: www.chargestorm.se




More information about the Openembedded-devel mailing list