connman: rationalise configure options

dnsproxy and ntpd don't exist anymore, and the client is almost entirely useless.

(From OE-Core rev: ed328572c7c286ecc2b27bb89eb8d795eda9bb8c)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2012-06-20 12:27:18 +01:00 committed by Richard Purdie
parent 1d86b2c363
commit 89eebaa03a
1 changed files with 2 additions and 4 deletions

View File

@ -20,7 +20,7 @@ DEPENDS = "dbus glib-2.0 ppp iptables gnutls \
${@base_contains('DISTRO_FEATURES', '3g','ofono', '', d)} \
"
INC_PR = "r6"
INC_PR = "r7"
TIST = "--enable-tist"
TIST_powerpc = ""
@ -35,14 +35,12 @@ EXTRA_OECONF += "\
--enable-ethernet \
${@base_contains('DISTRO_FEATURES', 'wifi','--enable-wifi ${TIST}', '--disable-wifi', d)} \
${@base_contains('DISTRO_FEATURES', 'bluetooth','--enable-bluetooth ${TIST}', '--disable-bluetooth', d)} \
--enable-dnsproxy \
${@base_contains('DISTRO_FEATURES', '3g', '', '--disable-ofono', d)} \
--enable-tools \
--enable-test \
--disable-polkit \
--enable-client \
--disable-client \
--enable-fake \
--disable-ntpd \
"
INITSCRIPT_NAME = "connman"