diff options
Diffstat (limited to 'meta/recipes-connectivity/connman/connman.inc')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index f2da8d9d74..58e3f562fd 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -17,7 +17,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=12f884d2ae1ff87c09e5b7ccc2c4ca7e \ | |||
17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | 17 | DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ |
18 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ | 18 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','bluez4', '', d)} \ |
19 | ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ | 19 | ${@base_contains('DISTRO_FEATURES', 'wifi','wpa-supplicant', '', d)} \ |
20 | ofono \ | 20 | ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ |
21 | " | 21 | " |
22 | 22 | ||
23 | TIST = "--enable-tist" | 23 | TIST = "--enable-tist" |
@@ -34,7 +34,7 @@ EXTRA_OECONF += "\ | |||
34 | ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi ${TIST}', '--disable-wifi', d)} \ | 34 | ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi ${TIST}', '--disable-wifi', d)} \ |
35 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth ${TIST}', '--disable-bluetooth', d)} \ | 35 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth ${TIST}', '--disable-bluetooth', d)} \ |
36 | --enable-dnsproxy \ | 36 | --enable-dnsproxy \ |
37 | --enable-ofono \ | 37 | ${@base_contains('DISTRO_FEATURES', '3g', '', '--disable-ofono', d)} \ |
38 | --enable-tools \ | 38 | --enable-tools \ |
39 | --enable-test \ | 39 | --enable-test \ |
40 | --disable-polkit \ | 40 | --disable-polkit \ |