diff options
author | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-08 14:19:03 +0200 |
---|---|---|
committer | Sebastian Spaeth <Sebastian@SSpaeth.de> | 2010-04-08 14:19:03 +0200 |
commit | a90b30cad07ef1563230b2bdb22a0bf1e35b7a04 (patch) | |
tree | 50841acedc81c0922fbea8572847a1b418ef98ce /recipes/connman/connman_0.46.bb | |
parent | 23fd24919418a8ae23ed1fc1a3f665f46a72aca5 (diff) |
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@SSpaeth.de>
Diffstat (limited to 'recipes/connman/connman_0.46.bb')
-rw-r--r-- | 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 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 \ +" |