diff options
author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-11-04 17:00:52 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-11-06 06:32:14 -0800 |
commit | 033963dbf88e4d2fbbff2073a23426ac46bfc21a (patch) | |
tree | 8ba3a6b311781567512a17295891ae1c79b68fb9 | |
parent | 077c1737443e34959b087e60c54b1414ca90baf5 (diff) | |
download | meta-openembedded-033963dbf88e4d2fbbff2073a23426ac46bfc21a.tar.gz |
iwd: update to 1.0
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 | |||
7 | DEPENDS = "ell readline dbus python3-docutils-native" | 7 | DEPENDS = "ell readline dbus python3-docutils-native" |
8 | 8 | ||
9 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" | 9 | SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git" |
10 | SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0" | 10 | SRCREV = "971e1d2038a203ad43bd2278a811a9e5ec8d52db" |
11 | S = "${WORKDIR}/git" | 11 | S = "${WORKDIR}/git" |
12 | 12 | ||
13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" | 13 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" |