[meta-oe] [PATCH] iwd: upgrade 1.27 -> 1.28
wangmy
Changelog:
========== Fix issue with handling invalid EAPoL frames. Fix issue with handling unexpectedly unencrypted EAP frames. Fix issue with handling AlwaysRandomizeAddress/AddressOverride. Fix issue with handling initial signal level notification. Fix issue with handling sorting of scan requests. Fix issue with handling frame type check in FT. Signed-off-by: Wang Mingyu <wangmy@...> --- meta-oe/recipes-connectivity/iwd/{iwd_1.27.bb => iwd_1.28.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_1.27.bb => iwd_1.28.bb} (94%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.27.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.28.bb similarity index 94% rename from meta-oe/recipes-connectivity/iwd/iwd_1.27.bb rename to meta-oe/recipes-connectivity/iwd/iwd_1.28.bb index dc29bc3fd..40f35b15a 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.27.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.28.bb @@ -8,7 +8,7 @@ DEPENDS = "ell" SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ " -SRC_URI[sha256sum] = "013b4a0a79629c20d915954fc3b5d0620ef6e0d6065db3c342f4b3f9111f46ec" +SRC_URI[sha256sum] = "ee538c720ad15335ece81a52a4b8a11820236df9ed9a5a72a2e64d74c652f0b0" inherit autotools manpages pkgconfig python3native systemd -- 2.25.1
|
|