diff options
-rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_0.23.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb index d48fb84504..20c6d04f7a 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb | |||
@@ -2,9 +2,9 @@ DESCRIPTION = "Wireless daemon for Linux" | |||
2 | LICENSE = "LGPL-2.1" | 2 | LICENSE = "LGPL-2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=fb504b67c50331fc78734fed90fb0e09" |
4 | 4 | ||
5 | inherit autotools pkgconfig systemd pythonnative | 5 | inherit autotools pkgconfig systemd python3native |
6 | 6 | ||
7 | DEPENDS = "ell readline dbus python-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 = "77f16ae26fc013477f6362a0c33f0e52e82863e0" |