diff options
author | wangmy <wangmy@fujitsu.com> | 2022-01-10 22:30:30 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2022-01-11 17:51:55 -0800 |
commit | c493dba0be398554c761045c9a241ae54b52c0ea (patch) | |
tree | a920eb926a7d1682ba0b98707417da6f102d7872 /meta-oe/recipes-connectivity | |
parent | 5c5be2aa5cb2d482ce87cca0721d0e1b9ab6ebef (diff) | |
download | meta-openembedded-c493dba0be398554c761045c9a241ae54b52c0ea.tar.gz |
iwd: upgrade 1.20 -> 1.21
Changelog:
=========
Fix issue with handling disconnect events issued by AP.
Add experimental support for DPP feature.
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_1.21.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_1.20.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.21.bb index c8f5bb12b..834c1d897 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_1.20.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.21.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] = "7d51e2ccabe7c500e44061ac725dbd4f6b0fb518b5e3de1681063d0f15d3050f" | 11 | SRC_URI[sha256sum] = "bac891df91c605271e91b73cf0015e1ba86ff784347e53fc67601366859b3851" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||