From 7942f1df23ebc140ac6e2f9171a3e95f438e3d84 Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Sat, 25 Jul 2020 12:07:25 +0200 Subject: [PATCH] iwd: update to 1.8 Changelog: - Fix issue with handling FT AKMs when not supported. - Fix issue with handling FILS and RSNE in authenticate. - Fix issue with handling auto-connection and quick scan. - Fix issue with sending multiple scan requests. - Add support for P2P feature and API. Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_1.7.bb => iwd_1.8.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.7.bb => iwd_1.8.bb} (96%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb similarity index 96% rename from meta-oe/recipes-connectivity/iwd/iwd_1.7.bb rename to meta-oe/recipes-connectivity/iwd/iwd_1.8.bb index 4911b3d803..bfbf3c7fa6 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.7.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" DEPENDS = "ell" SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" -SRCREV = "ef6084dcb4fe2e00327bb9c7b113ece204042c22" +SRCREV = "a01754f56aacdc641c819f983c3c0ad374be77b2" S = "${WORKDIR}/git" inherit autotools manpages pkgconfig python3native systemd