diff options
| author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2019-11-01 19:24:19 +0800 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-11-01 17:22:53 -0700 |
| commit | a850e6d241ca0dd7fc645d796aab9ead7beb850d (patch) | |
| tree | f1caaac26e52cd4f97418bdb81dde0a40ffae673 | |
| parent | e39015cdff4ef3199b8ffd62ad7f9a52f620ec89 (diff) | |
| download | meta-openembedded-a850e6d241ca0dd7fc645d796aab9ead7beb850d.tar.gz | |
iwd: upgrade 0.20 -> 0.23
1) Add DEPEND python-docutils-native to generate manual pages.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_0.23.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_0.20.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.20.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb index 42205034c5..d48fb84504 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_0.20.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.23.bb | |||
| @@ -2,12 +2,12 @@ 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 | 5 | inherit autotools pkgconfig systemd pythonnative |
| 6 | 6 | ||
| 7 | DEPENDS = "ell readline dbus" | 7 | DEPENDS = "ell readline dbus python-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 = "00f0039232cc73bbcf7a1875f8f9aae464d90a8f" | 10 | SRCREV = "77f16ae26fc013477f6362a0c33f0e52e82863e0" |
| 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)}" |
