connman: readd v.046
authorSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 8 Apr 2010 12:19:03 +0000 (14:19 +0200)
committerSebastian Spaeth <Sebastian@SSpaeth.de>
Thu, 8 Apr 2010 12:19:03 +0000 (14:19 +0200)
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@SSpaeth.de>
recipes/connman/connman_0.46.bb [new file with mode: 0644]

diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb
new file mode 100644 (file)
index 0000000..9fcd7a7
--- /dev/null
@@ -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 \
+"