From a90b30cad07ef1563230b2bdb22a0bf1e35b7a04 Mon Sep 17 00:00:00 2001 From: Sebastian Spaeth Date: Thu, 8 Apr 2010 14:19:03 +0200 Subject: [PATCH] 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 --- recipes/connman/connman_0.46.bb | 38 +++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 recipes/connman/connman_0.46.bb diff --git a/recipes/connman/connman_0.46.bb b/recipes/connman/connman_0.46.bb new file mode 100644 index 0000000000..9fcd7a780f --- /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 \ +" -- 2.39.5