summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_1.0.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_0.23.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb b/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
7DEPENDS = "ell readline dbus python3-docutils-native" 7DEPENDS = "ell readline dbus python3-docutils-native"
8 8
9SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" 9SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
10SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0" 10SRCREV = "971e1d2038a203ad43bd2278a811a9e5ec8d52db"
11S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
12 12
13PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" 13PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"