[oe-commits] Muhammad Shakeel : connman: Remove obsolete configurations from EXTRA_OECONF

git at git.openembedded.org git at git.openembedded.org
Wed Oct 9 22:56:14 UTC 2013


Module: openembedded-core.git
Branch: master-next-1.6
Commit: 4e89d7b4128285f25e73eaa24a30c582d62e59a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=4e89d7b4128285f25e73eaa24a30c582d62e59a5

Author: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Date:   Fri Sep 20 18:52:13 2013 +0500

connman: Remove obsolete configurations from EXTRA_OECONF

--enable-threads and --enable-fake are obsolete, unrecognized options
for connman now.

Signed-off-by: Muhammad Shakeel <muhammad_shakeel at mentor.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 37ce3ec..12f3edd 100644
--- a/meta/recipes-connectivity/connman/connman.inc
+++ b/meta/recipes-connectivity/connman/connman.inc
@@ -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)} \
 "
 



More information about the Openembedded-commits mailing list