[oe-commits] Klaus Kurzmann : connman_git.bb: enable the plugins via EXTRA_OECONF

git version control git at git.openembedded.org
Wed Jun 24 12:37:55 UTC 2009


Module: openembedded.git
Branch: shr/import
Commit: df690bcd0c81d724b2d51a7371dd8ce9084bf73f
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=df690bcd0c81d724b2d51a7371dd8ce9084bf73f

Author: Klaus Kurzmann <mok at fluxnetz.de>
Date:   Wed Jun 24 14:37:44 2009 +0200

connman_git.bb: enable the plugins via EXTRA_OECONF

Signed-off-by: Klaus Kurzmann <mok at fluxnetz.de>

---

 recipes/connman/connman_git.bb |   28 ++++++++++++++++++++++++++++
 1 files changed, 28 insertions(+), 0 deletions(-)

diff --git a/recipes/connman/connman_git.bb b/recipes/connman/connman_git.bb
index 0bcff24..467e9ea 100644
--- a/recipes/connman/connman_git.bb
+++ b/recipes/connman/connman_git.bb
@@ -4,6 +4,34 @@ PR = "r0"
 
 #DEFAULT_PREFERENCE = "-1"
 
+EXTRA_OECONF += "\
+  --disable-gtk-doc \
+  --enable-debug \
+  --enable-threads \
+  --enable-loopback \
+  --enable-ethernet \
+  --enable-wifi \
+  --disable-wimax \
+  --enable-bluetooth \
+  --enable-udhcp \
+  --enable-dhclient \
+  --enable-resolvconf \
+  --enable-dnsproxy \
+  --disable-novatel \
+  --disable-huawei \
+  --disable-hso \
+  --enable-ppp \
+# needs udev >= 129
+  --disable-udev \
+  --disable-polkit \
+  --enable-client \
+  --enable-fake \
+#  --with-udhcpc=PROGRAM \
+#  --with-dhclient=PROGRAM \
+#  --with-resolvconf=PROGRAM \
+#  --with-pppd=PROGRAM \
+"
+
 SRC_URI = "\
   git://git.kernel.org/pub/scm/network/connman/connman.git;protocol=git \
   file://connman.dbus \





More information about the Openembedded-commits mailing list