summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2023-09-06 09:53:56 +0800
committerKhem Raj <raj.khem@gmail.com>2023-09-07 08:22:43 -0700
commit47ecf805a5fde3f6d6b4b52507934e6aed59b14e (patch)
tree9c228510ac76d257d3dc255761a7b99f95034728
parent19def280e44692cf1a7b6c6a5f6f9f89fbc60834 (diff)
downloadmeta-openembedded-47ecf805a5fde3f6d6b4b52507934e6aed59b14e.tar.gz
iwd: upgrade 2.7 -> 2.8
Changelog: Fix issue with handling OWE AKM in association reply. Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_2.8.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_2.7.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.7.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
index f4e70890a9..ee310d295b 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_2.7.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_2.8.bb
@@ -8,7 +8,7 @@ DEPENDS = "ell"
8SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ 8SRC_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 " 10 "
11SRC_URI[sha256sum] = "289ff47a76fb854e7789c45c5e3e0f15de4adc5fd2e82e47ab08e3564d8961d9" 11SRC_URI[sha256sum] = "a90e621f45b9c2f9021beea0fa6477ee0334fcd2ee34beaab42e31ea0fd3be29"
12 12
13inherit autotools manpages pkgconfig python3native systemd 13inherit autotools manpages pkgconfig python3native systemd
14 14