mirror of
https://git.yoctoproject.org/poky
synced 2026-05-04 13:39:49 +02:00
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:
committed by
Richard Purdie
parent
1d86b2c363
commit
89eebaa03a
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user