diff options
| author | Alex Kiernan <alex.kiernan@gmail.com> | 2019-07-11 09:42:19 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2019-07-11 14:01:28 -0700 |
| commit | b0f86ee5a98d197afe32f1325d92ea2fa2e4b56d (patch) | |
| tree | ee6bb1c096c4492f83535f7169531e6afbe5aed6 | |
| parent | 8bc18c5d45b781fb1f37c3574a0b2a02f048ef1a (diff) | |
| download | meta-openembedded-b0f86ee5a98d197afe32f1325d92ea2fa2e4b56d.tar.gz | |
iwd: update to 0.18
Also add RRECOMMENDS for asymmetric crypto modules.
Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
| -rw-r--r-- | meta-oe/recipes-connectivity/iwd/iwd_0.18.bb (renamed from meta-oe/recipes-connectivity/iwd/iwd_0.14.bb) | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.14.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.18.bb index 1dfbed9fd4..f56c88b821 100644 --- a/meta-oe/recipes-connectivity/iwd/iwd_0.14.bb +++ b/meta-oe/recipes-connectivity/iwd/iwd_0.18.bb | |||
| @@ -7,7 +7,7 @@ inherit autotools pkgconfig systemd | |||
| 7 | DEPENDS = "ell readline dbus" | 7 | DEPENDS = "ell readline dbus" |
| 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 = "f87159964cf8fd9f85b0699d50e4a051d4f7c948" | 10 | SRCREV = "c923448bacf8a855b40017fe53ba2edcd062eec1" |
| 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)}" |
| @@ -26,6 +26,12 @@ do_install_append() { | |||
| 26 | install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN} | 26 | install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN} |
| 27 | } | 27 | } |
| 28 | 28 | ||
| 29 | FILES_${PN} += "${datadir}/dbus-1" | 29 | FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d" |
| 30 | 30 | ||
| 31 | SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}" | 31 | SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}" |
| 32 | |||
| 33 | RRECOMMENDS_${PN} = "\ | ||
| 34 | kernel-module-pkcs7-message \ | ||
| 35 | kernel-module-pkcs8-key-parser \ | ||
| 36 | kernel-module-x509-key-parser \ | ||
| 37 | " | ||
