diff options
author | Markus Volk <f_l_k@t-online.de> | 2024-09-07 09:48:27 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-09-18 16:22:40 -0700 |
commit | 73b55e123a4a5ece90e9fa78ebf33264d35dd005 (patch) | |
tree | bf0f6d13b0b3fd7c3065ce288e4aa47c7e0e5c3c | |
parent | 6cd59b1adcbb24ff88cf1c33957448742ad82c88 (diff) | |
download | meta-openembedded-73b55e123a4a5ece90e9fa78ebf33264d35dd005.tar.gz |
iwd: update 2.19 -> 2.20
ver 2.20:
Fix issue with PKEX timeout and number of frequencies used.
Fix issue with handling logic for handshake failures.
Fix issue with handling ConnectedAccessPoint signal.
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_2.20.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_2.19.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_2.19.bb b/meta-oe/recipes-connectivity/iwd/iwd_2.20.bb index 87ba316678..ffdab02605 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_2.19.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_2.20.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] = "9d0b934e51580316919796aa0357590971fc0df244b273fa10e154c268374f91" | 11 | SRC_URI[sha256sum] = "86827b97cb5b19ddecce36568c59378da2fae8cf37a0e2b9eacd1269f24c6f8e" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||