diff options
author | Markus Volk <f_l_k@t-online.de> | 2025-01-22 11:08:45 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-24 18:20:05 -0800 |
commit | f253088e7fbebfc80246d87088907634cf0dd9ec (patch) | |
tree | ea2a276c20b2d511d2123e7a536d07deae725f7d | |
parent | eadf631fe0215f72ace6b9a70b62d389f69b6e94 (diff) | |
download | meta-openembedded-f253088e7fbebfc80246d87088907634cf0dd9ec.tar.gz |
iwd: update 3.2 -> 3.3
ver 3.3:
Fix issue with handling External Authentication.
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_3.3.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_3.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_3.2.bb b/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb index e5d838d25f..84b1795995 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_3.2.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_3.3.bb | |||
@@ -8,7 +8,7 @@ DEPENDS = "dbus" | |||
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] = "21f5a8e29a41ff301045f36eed97a4e540262adfdc003db847fe0c7dce874e15" | 11 | SRC_URI[sha256sum] = "8189e15e701112f871fb5f5e9351f007c9098754b4168ed43cc5422a3adc0255" |
12 | 12 | ||
13 | inherit autotools manpages pkgconfig python3native systemd | 13 | inherit autotools manpages pkgconfig python3native systemd |
14 | 14 | ||