All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][PATCH] iwd: update to 0.18
@ 2019-07-11  8:42 Alex Kiernan
  0 siblings, 0 replies; only message in thread
From: Alex Kiernan @ 2019-07-11  8:42 UTC (permalink / raw)
  To: openembedded-devel

Also add RRECOMMENDS for asymmetric crypto modules.

Signed-off-by: Alex Kiernan <alex.kiernan@gmail.com>
---

 .../iwd/{iwd_0.14.bb => iwd_0.18.bb}                   | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/iwd/{iwd_0.14.bb => iwd_0.18.bb} (78%)

diff --git a/meta-oe/recipes-connectivity/iwd/iwd_0.14.bb b/meta-oe/recipes-connectivity/iwd/iwd_0.18.bb
similarity index 78%
rename from meta-oe/recipes-connectivity/iwd/iwd_0.14.bb
rename to meta-oe/recipes-connectivity/iwd/iwd_0.18.bb
index 1dfbed9fd48a..f56c88b821e1 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
 DEPENDS = "ell readline dbus"
 
 SRC_URI = "git://git.kernel.org/pub/scm/network/wireless/iwd.git"
-SRCREV = "f87159964cf8fd9f85b0699d50e4a051d4f7c948"
+SRCREV = "c923448bacf8a855b40017fe53ba2edcd062eec1"
 S = "${WORKDIR}/git"
 
 PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}"
@@ -26,6 +26,12 @@ do_install_append() {
     install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN}
 }
 
-FILES_${PN} += "${datadir}/dbus-1"
+FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d"
 
 SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}"
+
+RRECOMMENDS_${PN} = "\
+    kernel-module-pkcs7-message \
+    kernel-module-pkcs8-key-parser \
+    kernel-module-x509-key-parser \
+"
-- 
2.17.1



^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-07-11  8:42 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-11  8:42 [meta-oe][PATCH] iwd: update to 0.18 Alex Kiernan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.