[oe-commits] [meta-openembedded] 13/16: iwd: update to 0.18

git at git.openembedded.org git at git.openembedded.org
Thu Jul 11 21:01:54 UTC 2019


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit b0f86ee5a98d197afe32f1325d92ea2fa2e4b56d
Author: Alex Kiernan <alex.kiernan at gmail.com>
AuthorDate: Thu Jul 11 09:42:19 2019 +0100

    iwd: update to 0.18
    
    Also add RRECOMMENDS for asymmetric crypto modules.
    
    Signed-off-by: Alex Kiernan <alex.kiernan at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/iwd/{iwd_0.14.bb => iwd_0.18.bb} | 10 ++++++++--
 1 file 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
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 1dfbed9..f56c88b 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 \
+"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list