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

git at git.openembedded.org git at git.openembedded.org
Mon Oct 14 15:46:31 UTC 2013


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

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