diff options
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 8b27cfb0d4..f2da8d9d74 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -20,6 +20,9 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \ | |||
20 | ofono \ | 20 | ofono \ |
21 | " | 21 | " |
22 | 22 | ||
23 | TIST = "--enable-tist" | ||
24 | TIST_powerpc = "" | ||
25 | |||
23 | EXTRA_OECONF += "\ | 26 | EXTRA_OECONF += "\ |
24 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ | 27 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ |
25 | ac_cv_path_PPPD=${sbindir}/pppd \ | 28 | ac_cv_path_PPPD=${sbindir}/pppd \ |
@@ -28,8 +31,8 @@ EXTRA_OECONF += "\ | |||
28 | --enable-threads \ | 31 | --enable-threads \ |
29 | --enable-loopback \ | 32 | --enable-loopback \ |
30 | --enable-ethernet \ | 33 | --enable-ethernet \ |
31 | ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi --enable-tist', '--disable-wifi', d)} \ | 34 | ${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi ${TIST}', '--disable-wifi', d)} \ |
32 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth --enable-tist', '--disable-bluetooth', d)} \ | 35 | ${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth ${TIST}', '--disable-bluetooth', d)} \ |
33 | --enable-dnsproxy \ | 36 | --enable-dnsproxy \ |
34 | --enable-ofono \ | 37 | --enable-ofono \ |
35 | --enable-tools \ | 38 | --enable-tools \ |