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

git at git.openembedded.org git at git.openembedded.org
Fri Oct 11 22:05:36 UTC 2013


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

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