summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r--meta/recipes-connectivity/connman/connman.inc5
1 files changed, 2 insertions, 3 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc
index f88bd40340..653d1dfa84 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \
20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ 20 ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
21 " 21 "
22 22
23INC_PR = "r14" 23INC_PR = "r15"
24 24
25TIST = "--enable-tist" 25TIST = "--enable-tist"
26TIST_powerpc = "" 26TIST_powerpc = ""
@@ -28,7 +28,6 @@ TIST_powerpc = ""
28EXTRA_OECONF += "\ 28EXTRA_OECONF += "\
29 ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ 29 ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
30 ac_cv_path_PPPD=${sbindir}/pppd \ 30 ac_cv_path_PPPD=${sbindir}/pppd \
31 --disable-gtk-doc \
32 --enable-debug \ 31 --enable-debug \
33 --enable-threads \ 32 --enable-threads \
34 --enable-loopback \ 33 --enable-loopback \
@@ -53,7 +52,7 @@ USERADD_PARAM_${PN} = "--create-home \
53 --groups video,tty,audio \ 52 --groups video,tty,audio \
54 --user-group xuser" 53 --user-group xuser"
55 54
56inherit autotools pkgconfig update-rc.d useradd 55inherit autotools gtk-doc pkgconfig update-rc.d useradd
57 56
58# This allows *everyone* to access ConnMan over DBus, without any access 57# This allows *everyone* to access ConnMan over DBus, without any access
59# control. Really the at_console flag should work, which would mean that 58# control. Really the at_console flag should work, which would mean that