mirror of
https://git.yoctoproject.org/poky
synced 2026-04-05 08:02:25 +02:00
connman: Remove obsolete configurations from EXTRA_OECONF
--enable-threads and --enable-fake are obsolete, unrecognized options for connman now. (From OE-Core rev: f93ac05acafb9ebf4fa4f35e4f1b7780d3d8a5e9) Signed-off-by: Muhammad Shakeel <muhammad_shakeel@mentor.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
be7dbe6851
commit
7939f6b783
@@ -21,14 +21,12 @@ EXTRA_OECONF += "\
|
||||
ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \
|
||||
ac_cv_path_PPPD=${sbindir}/pppd \
|
||||
--enable-debug \
|
||||
--enable-threads \
|
||||
--enable-loopback \
|
||||
--enable-ethernet \
|
||||
--enable-tools \
|
||||
--enable-test \
|
||||
--disable-polkit \
|
||||
--enable-client \
|
||||
--enable-fake \
|
||||
${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user