From d06dcbb08fccbb92ce8c79c39db7ea20e2bd2e6c Mon Sep 17 00:00:00 2001 From: Matt Ranostay Date: Thu, 14 Feb 2019 01:23:38 +0200 Subject: recipes-connectivity: connman: upgrade to 1.36 Backport from openembedded-core layer because needs the respective WiFi improvements: Fix issue with WiFi background scanning handling. Fix issue with WiFi disconnect+connect race condition. Fix issue with WiFi scanning and tethering operation. Fix issue with WiFi security change handling. Fix issue with missing signal for WPS changes. Bug-AGL: SPEC-1165 Change-Id: Ibf2b2039b39c2b7096f9549d569b83e86fa759bc Signed-off-by: Matt Ranostay --- .../recipes-connectivity/connman/connman_1.36.bb | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb (limited to 'meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb') diff --git a/meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb b/meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb new file mode 100644 index 000000000..6e4dbdfda --- /dev/null +++ b/meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.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 \ + file://0001-Fix-various-issues-which-cause-problems-under-musl.patch \ +" + +SRC_URI_append_libc-musl = " file://0002-resolve-musl-does-not-implement-res_ninit.patch" + +SRC_URI[md5sum] = "dae77d9c904d2c223ae849e32079d57e" +SRC_URI[sha256sum] = "c789db41cc443fa41e661217ea321492ad59a004bebcd1aa013f3bc10a6e0074" + +RRECOMMENDS_${PN} = "connman-conf" -- cgit 1.2.3-korg