[oe-commits] Koen Kooi : connman update to 0.19

git version control git at git.openembedded.org
Wed Jun 17 05:38:21 UTC 2009


Module: openembedded.git
Branch: fso/milestone5.5
Commit: 1ae7afb86f9c794e9bdca0913596e93de4d7d326
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=1ae7afb86f9c794e9bdca0913596e93de4d7d326

Author: Koen Kooi <koen at openembedded.org>
Date:   Sat May 16 11:24:00 2009 +0200

connman update to 0.19

---

 recipes/connman/connman_0.19.bb |   35 +++++++++++++++++++++++++++++++++++
 1 files changed, 35 insertions(+), 0 deletions(-)

diff --git a/recipes/connman/connman_0.19.bb b/recipes/connman/connman_0.19.bb
new file mode 100644
index 0000000..b8d8661
--- /dev/null
+++ b/recipes/connman/connman_0.19.bb
@@ -0,0 +1,35 @@
+require connman.inc
+
+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  = "\
+  http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \
+  file://connman \
+"
+





More information about the Openembedded-commits mailing list