diff options
author | Muhammad Shakeel <muhammad_shakeel@mentor.com> | 2013-09-20 18:52:13 +0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-14 16:55:25 +0100 |
commit | 7939f6b783d1c5f01eaff3edc8b7dfb29fb5cddc (patch) | |
tree | 8334cc506b7c606918ac48288cb4d488f9d80c05 /meta/recipes-connectivity/connman | |
parent | be7dbe68514a62d7841f50b5a0c3d8881318f965 (diff) | |
download | poky-7939f6b783d1c5f01eaff3edc8b7dfb29fb5cddc.tar.gz |
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>
Diffstat (limited to 'meta/recipes-connectivity/connman')
-rw-r--r-- | meta/recipes-connectivity/connman/connman.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index 37ce3ec7bb..12f3edd648 100644 --- a/meta/recipes-connectivity/connman/connman.inc +++ b/meta/recipes-connectivity/connman/connman.inc | |||
@@ -21,14 +21,12 @@ EXTRA_OECONF += "\ | |||
21 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ | 21 | ac_cv_path_WPASUPPLICANT=${sbindir}/wpa_supplicant \ |
22 | ac_cv_path_PPPD=${sbindir}/pppd \ | 22 | ac_cv_path_PPPD=${sbindir}/pppd \ |
23 | --enable-debug \ | 23 | --enable-debug \ |
24 | --enable-threads \ | ||
25 | --enable-loopback \ | 24 | --enable-loopback \ |
26 | --enable-ethernet \ | 25 | --enable-ethernet \ |
27 | --enable-tools \ | 26 | --enable-tools \ |
28 | --enable-test \ | 27 | --enable-test \ |
29 | --disable-polkit \ | 28 | --disable-polkit \ |
30 | --enable-client \ | 29 | --enable-client \ |
31 | --enable-fake \ | ||
32 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \ | 30 | ${@base_contains('DISTRO_FEATURES', 'systemd', '--with-systemdunitdir=${systemd_unitdir}/system/', '--with-systemdunitdir=', d)} \ |
33 | " | 31 | " |
34 | 32 | ||