[oe-commits] Sebastian Spaeth : connman: readd v.046

git version control git at git.openembedded.org
Fri Apr 9 11:14:21 UTC 2010


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

Author: Sebastian Spaeth <Sebastian at SSpaeth.de>
Date:   Thu Apr  8 14:19:03 2010 +0200

connman: readd v.046

For those who want to continue using it. I split the previous move and this re-adding into 2 commits, as this will preserver the git history for 0.51 (I believe).

Signed-off-by: Sebastian Spaeth <Sebastian at SSpaeth.de>

---

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

diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
new file mode 100644
index 0000000..9fcd7a7
--- /dev/null
+++ b/recipes/connman/connman_0.46.bb
@@ -0,0 +1,38 @@
+require connman.inc
+PR = "r5"
+
+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 \
+  --enable-tools \
+  --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://link-against-libnl2.patch;patch=1 \
+  file://no_system_user_perms.patch;patch=1 \
+  file://connman \
+"





More information about the Openembedded-commits mailing list