diff options
Diffstat (limited to 'meta-oe/recipes-connectivity/connman/connman_0.72.bb')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.72.bb | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.72.bb b/meta-oe/recipes-connectivity/connman/connman_0.72.bb new file mode 100644 index 000000000..8eb1e147f --- /dev/null +++ b/meta-oe/recipes-connectivity/connman/connman_0.72.bb | |||
@@ -0,0 +1,31 @@ | |||
1 | require connman.inc | ||
2 | # connman requires libXtables now | ||
3 | DEPENDS += "iptables" | ||
4 | PR = "r0" | ||
5 | |||
6 | EXTRA_OECONF += "\ | ||
7 | --disable-gtk-doc \ | ||
8 | --enable-debug \ | ||
9 | --enable-threads \ | ||
10 | --enable-loopback \ | ||
11 | --enable-ethernet \ | ||
12 | --enable-wifi \ | ||
13 | --disable-wimax \ | ||
14 | --enable-bluetooth \ | ||
15 | --enable-ofono \ | ||
16 | --enable-resolvconf \ | ||
17 | --enable-dnsproxy \ | ||
18 | --enable-tools \ | ||
19 | --disable-polkit \ | ||
20 | --enable-client \ | ||
21 | --enable-fake \ | ||
22 | " | ||
23 | |||
24 | SRC_URI = "\ | ||
25 | http://www.kernel.org/pub/linux/network/connman/connman-${PV}.tar.gz \ | ||
26 | file://link-against-libnl2.patch \ | ||
27 | file://connman \ | ||
28 | " | ||
29 | |||
30 | SRC_URI[md5sum] = "800f9356e0471c88819eee7184713a1f" | ||
31 | SRC_URI[sha256sum] = "9c8ad312573683fc9f50d5042d4a87ddc8e0700b27ac1b0fb8dc2e8b7424a60f" | ||