summaryrefslogtreecommitdiffstats
path: root/meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb
diff options
context:
space:
mode:
authorMatt Ranostay <matt.ranostay@konsulko.com>2019-02-14 01:23:38 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2019-03-05 02:10:05 +0000
commite8f726969e6e7372c36f602c2250c8768132e7dd (patch)
tree62d31aea8917f87a97ba635d3e2cf98b247c655a /meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb
parent44511e5965ff8176d297eae9284a2170d88bbc52 (diff)
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 <matt.ranostay@konsulko.com> (cherry picked from commit d06dcbb08fccbb92ce8c79c39db7ea20e2bd2e6c)
Diffstat (limited to 'meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb')
-rw-r--r--meta-agl-profile-core/recipes-connectivity/connman/connman_1.36.bb16
1 files changed, 16 insertions, 0 deletions
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"