summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/connman/connman_1.38.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2021-02-12 16:28:54 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2021-02-26 10:56:54 +0100
commit363b580b4dc2deaf04f0cac1305b184fbe2d6d00 (patch)
tree3e0db8d45fca1a08ae89c92c068bdd6edadc0623 /meta/recipes-connectivity/connman/connman_1.38.bb
parenta8debddd6cbdd70db74e096d72f97fbee008ee63 (diff)
downloadopenembedded-core-contrib-363b580b4dc2deaf04f0cac1305b184fbe2d6d00.tar.gz
connman: update to 1.38
Drop a patch merged upstream. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ce2948af5293258a69a9cfefba9e883cefecac87) [ 1.38 changelog: Fix issue with online check on IP address update. Fix issue with OpenVPN and encrypted private keys. Fix issue with finishing of VPN connections. Add support for updated stable iwd APIs. Add support for WireGuard networks. ] Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Steve Sakoman <steve@sakoman.com>
Diffstat (limited to 'meta/recipes-connectivity/connman/connman_1.38.bb')
-rw-r--r--meta/recipes-connectivity/connman/connman_1.38.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/connman/connman_1.38.bb b/meta/recipes-connectivity/connman/connman_1.38.bb
new file mode 100644
index 0000000000..027c41e9af
--- /dev/null
+++ b/meta/recipes-connectivity/connman/connman_1.38.bb
@@ -0,0 +1,16 @@
+require connman.inc
+
+SRC_URI = "${KERNELORG_MIRROR}/linux/network/${BPN}/${BP}.tar.xz \
+ file://0001-plugin.h-Change-visibility-to-default-for-debug-symb.patch \
+ file://0001-connman.service-stop-systemd-resolved-when-we-use-co.patch \
+ file://connman \
+ file://no-version-scripts.patch \
+ "
+
+SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch"
+
+SRC_URI[md5sum] = "1ed8745354c7254bdfd4def54833ee94"
+SRC_URI[sha256sum] = "cb30aca97c2f79ccaed8802aa2909ac5100a3969de74c0af8a9d73b85fc4932b"
+
+RRECOMMENDS_${PN} = "connman-conf"
+RCONFLICTS_${PN} = "networkmanager"