summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2012-07-19 15:23:29 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-22 11:42:17 +0100
commit85ee0a99eac634f608a121bdabbc288a3694ace1 (patch)
treec4fb5953fb202479283b75110715c7ad947440c6
parent2e77788ce32b65b24ab336d287e99e70c5c4eb8a (diff)
downloadpoky-85ee0a99eac634f608a121bdabbc288a3694ace1.tar.gz
connman: cleanup thanks to new gtk-doc.bbclass
(From OE-Core rev: 8dd09828c75bc1e6f16226c09ea7423a5333ef93) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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