diff options
author | wangmy <wangmy@fujitsu.com> | 2022-04-29 16:03:01 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-05-09 08:59:46 -0700 |
commit | 9f359e3eb01cc0b1511569573062c40909db3ef6 (patch) | |
tree | 1e3c888655c83f7652a44abdcf8d84df62d1ea16 | |
parent | 8bec6b18396972e0604f466aed8888f75ffaa3bc (diff) | |
download | meta-openembedded-9f359e3eb01cc0b1511569573062c40909db3ef6.tar.gz |
iwd: upgrade 1.26 -> 1.27
Changelog:
==========
Fix issue with hidden networks on connection error.
Fix issue with directed roams if already trying to roam.
Fix issue with checking for connected in FT frame event.
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_1.27.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.26.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.26.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.27.bb index 6248850413..dc29bc3fd5 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.26.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.27.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] = "0ff4541c2b7f14ec010c3cbd1f02350f1b58cb0c103412db22550e90d8040d6b" | 11 | SRC_URI[sha256sum] = "013b4a0a79629c20d915954fc3b5d0620ef6e0d6065db3c342f4b3f9111f46ec" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||