summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2026-03-26 19:55:47 +0800
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-03-27 09:08:52 -0700
commit7c5ec1fa02b125d9285d0e518ed2e62073b30b73 (patch)
treeaeb7938f0f93b126d970000c79605750ed3e16fa
parentf355b76315a9fb630dc181815514238b6fc85a44 (diff)
downloadmeta-openembedded-7c5ec1fa02b125d9285d0e518ed2e62073b30b73.tar.gz
iwd: upgrade 3.11 -> 3.12
Changelog: =========== - Fix issue with handling expiration of PMKSA. - Fix issue with handling uninitialized buffer and PMKID. - Fix issue with checking for PKCS#8 key parser in unit tests. - Fix issue with using -std=c23 compiler setting. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_3.12.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_3.11.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.11.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb
index c4956fb22c..a53137537e 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_3.11.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_3.12.bb
@@ -9,7 +9,7 @@ SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \
9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \ 9 file://0001-build-Use-abs_top_srcdir-instead-of-abs_srcdir-for-e.patch \
10 file://iwd \ 10 file://iwd \
11 " 11 "
12SRC_URI[sha256sum] = "85730e79de05978e26e44b958fd11e2ebb45424ca181f8db7a8daf25fc2226ea" 12SRC_URI[sha256sum] = "d89a5e45c7180170e19be828f9e944a768c593758094fc57a358d0e7c4cb1a49"
13 13
14inherit autotools manpages pkgconfig python3native systemd update-rc.d 14inherit autotools manpages pkgconfig python3native systemd update-rc.d
15 15