diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2022-08-15 14:28:54 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-08-15 16:27:53 -0700 |
commit | 4fa7d9ee9ad54f1f22a3a92410bbc474f0de8a10 (patch) | |
tree | cc4712c8fffc7b51e79884bbc3b229ac33c2a354 /meta-oe/recipes-connectivity/iwd | |
parent | a9d623b5ef3ac022c03d3c814241df132d3cb92e (diff) | |
download | meta-openembedded-4fa7d9ee9ad54f1f22a3a92410bbc474f0de8a10.tar.gz |
iwd: upgrade 1.28 -> 1.29
Changelog:
=========
Fix issue with handling EAP-Success message.
Fix issue with handling secure setting and EAPoL.
Add support for DeviceProvisioning API properties.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/iwd')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.29.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.28.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.28.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.29.bb index 40f35b15a..eada93b65 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.28.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.29.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "ell" | |||
8 | SRC_URI = "https://www.kernel.org/pub/linux/network/wireless/${BP}.tar.xz \ | 8 | 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 | " | 10 | " |
11 | SRC_URI[sha256sum] = "ee538c720ad15335ece81a52a4b8a11820236df9ed9a5a72a2e64d74c652f0b0" | 11 | SRC_URI[sha256sum] = "71533fe3b8f6381f24832198ba11d00f04a361454770c173b3b66bc3cdf272bd" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||