diff options
author | Simon Busch <morphis@gravedo.de> | 2011-05-03 15:04:47 +0200 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-05-10 13:57:34 +0200 |
commit | bd2232767a9f2d3afead4eee58790a5cf8d4badb (patch) | |
tree | 9c090130a29fec8bac29f4aea048eae83cf32f1a /meta-oe | |
parent | ee24b4ce36bb9514c7fc981b722f7a02b441c04f (diff) | |
download | meta-openembedded-bd2232767a9f2d3afead4eee58790a5cf8d4badb.tar.gz |
connman: add recipe for the latest released version 0.73
* MJ merged connman.inc changes from oe.dev with it
Signed-off-by: Simon Busch <morphis@gravedo.de>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman.inc | 5 | ||||
-rw-r--r-- | meta-oe/recipes-connectivity/connman/connman_0.73.bb | 31 |
2 files changed, 36 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/connman/connman.inc b/meta-oe/recipes-connectivity/connman/connman.inc index 69f91b3a3..f50526a49 100644 --- a/meta-oe/recipes-connectivity/connman/connman.inc +++ b/meta-oe/recipes-connectivity/connman/connman.inc | |||
@@ -71,6 +71,11 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | |||
71 | ${libdir}/bonobo/servers \ | 71 | ${libdir}/bonobo/servers \ |
72 | ${datadir}/dbus-1/system-services/*" | 72 | ${datadir}/dbus-1/system-services/*" |
73 | 73 | ||
74 | # Package up systemd files | ||
75 | FILES_${PN} += "${base_libdir}/systemd" | ||
76 | # Needed when using DNS proxy feature | ||
77 | RRECOMMENDS_${PN} += "dnsmasq-dbus" | ||
78 | |||
74 | FILES_${PN}-test-utils += "${libdir}/connman/test/*" | 79 | FILES_${PN}-test-utils += "${libdir}/connman/test/*" |
75 | 80 | ||
76 | FILES_${PN}-scripts += "${libdir}/connman/scripts" | 81 | FILES_${PN}-scripts += "${libdir}/connman/scripts" |
diff --git a/meta-oe/recipes-connectivity/connman/connman_0.73.bb b/meta-oe/recipes-connectivity/connman/connman_0.73.bb new file mode 100644 index 000000000..103b5b60b --- /dev/null +++ b/meta-oe/recipes-connectivity/connman/connman_0.73.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] = "01085b2ed8f7b11a41724f1528720cc7" | ||
31 | SRC_URI[sha256sum] = "b71ff2c3925ea82a7ebf818685f809e595d5c47d767005dfb149c6264b098417" | ||