From 033963dbf88e4d2fbbff2073a23426ac46bfc21a Mon Sep 17 00:00:00 2001 From: Oleksandr Kravchuk Date: Mon, 4 Nov 2019 17:00:52 +0100 Subject: [PATCH] iwd: update to 1.0 Signed-off-by: Oleksandr Kravchuk Signed-off-by: Khem Raj --- meta-oe/recipes-connectivity/iwd/{iwd_0.23.bb => iwd_1.0.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-connectivity/iwd/{iwd_0.23.bb => iwd_1.0.bb} (95%) diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb similarity index 95% rename from meta-oe/recipes-connectivity/iwd/iwd_0.23.bb rename to meta-oe/recipes-connectivity/iwd/iwd_1.0.bb index 20c6d04f7a..94d86d1dc2 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_1.0.bb @@ -7,7 +7,7 @@ inherit autotools pkgconfig systemd python3native DEPENDS = "ell readline dbus python3-docutils-native" SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" -SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0" +SRCREV = "971e1d2038a203ad43bd2278a811a9e5ec8d52db" S = "${WORKDIR}/git" PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"