diff options
author | Koen Kooi <koen@openembedded.org> | 2009-05-11 13:04:32 +0200 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-05-11 13:04:32 +0200 |
commit | ed70f7b4ad5d8ae2ddb0a29c286507cda2aa1f21 (patch) | |
tree | 42a570e4379b638d6a4c1ede17593b30485f5449 /recipes/connman/connman_0.16.bb | |
parent | 862286030e930041c8ba0917f7c63fb6fa7985e6 (diff) | |
download | openembedded-ed70f7b4ad5d8ae2ddb0a29c286507cda2aa1f21.tar.gz |
connman: add 0.16
Diffstat (limited to 'recipes/connman/connman_0.16.bb')
-rw-r--r-- | recipes/connman/connman_0.16.bb | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/recipes/connman/connman_0.16.bb b/recipes/connman/connman_0.16.bb new file mode 100644 index 0000000000..b8d86613b8 --- /dev/null +++ b/recipes/connman/connman_0.16.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 \ +" + |