diff options
author | Ross Burton <ross.burton@intel.com> | 2012-07-19 15:23:29 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-20 14:29:33 +0100 |
commit | 8dd09828c75bc1e6f16226c09ea7423a5333ef93 (patch) | |
tree | a7e4a998b634b15f389a1588035785b5a4a09551 /meta/recipes-connectivity | |
parent | bca338557acb23f74eb5a44f0a08b07361c40881 (diff) | |
download | openembedded-core-8dd09828c75bc1e6f16226c09ea7423a5333ef93.tar.gz openembedded-core-8dd09828c75bc1e6f16226c09ea7423a5333ef93.tar.bz2 openembedded-core-8dd09828c75bc1e6f16226c09ea7423a5333ef93.zip |
connman: cleanup thanks to new gtk-doc.bbclass
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 5 |
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 \ ${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \ " -INC_PR = "r14" +INC_PR = "r15" TIST = "--enable-tist" TIST_powerpc = "" @@ -28,7 +28,6 @@ TIST_powerpc = "" EXTRA_OECONF += "\ ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ ac_cv_path_PPPD=${sbindir}/pppd \ - --disable-gtk-doc \ --enable-debug \ --enable-threads \ --enable-loopback \ @@ -53,7 +52,7 @@ USERADD_PARAM_${PN} = "--create-home \ --groups video,tty,audio \ --user-group xuser" -inherit autotools pkgconfig update-rc.d useradd +inherit autotools gtk-doc pkgconfig update-rc.d useradd # This allows *everyone* to access ConnMan over DBus, without any access # control. Really the at_console flag should work, which would mean that |