summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman_1.35.bb
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-10-22 09:28:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-05 22:33:23 +0000
commit1e21494a5397e0d23144f8d9f542533a14e4ccea (patch)
treec87f5be6d179ec07ea68c859608150b8bd5ccbe4 /meta/recipes-connectivity/connman/connman_1.35.bb
parentd0b63d03962138c30abb3d29d8e21c90a12199b8 (diff)
downloadpoky-1e21494a5397e0d23144f8d9f542533a14e4ccea.tar.gz
connman: upgrade 1.34 -> 1.35
Below two patches are applied in v1.35 - 0001-firewall-nftables-fix-build-with-libnftnl-1.0.7.patch - CVE-2017-12865.patch (From OE-Core rev: f4b9c5dba4ca0c0242284eb8148e25e89f02d988) Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.35.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_1.35.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.35.bb b/meta/recipes-connectivity/connman/connman_1.35.bb
new file mode 100644
index 0000000000..950946fe76
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman_1.35.bb
@@ -0,0 +1,16 @@
1require connman.inc
2
3SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
4 file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
5 file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \
6 file://connman \
7 file://no-version-scripts.patch \
8 file://includes.patch \
9 "
10SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch \
11 "
12
13SRC_URI[md5sum] = "bae37b45ee9b3db5ec8115188f8a7652"
14SRC_URI[sha256sum] = "66d7deb98371545c6e417239a9b3b3e3201c1529d08eedf40afbc859842cf2aa"
15
16RRECOMMENDS_${PN} = "connman-conf"