aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-08-08 23:32:13 -0700
committerKhem Raj <raj.khem@gmail.com>2020-08-08 23:35:14 -0700
commit02a339069f8d2f87c266b51a5f5363b6cef4b1cd (patch)
tree79927e4b7d5e69dbf4ba591bed2efdb931bbadbd /meta-oe/recipes-connectivity
parentc9312d863b3b59630f778a7a966c16771e439aa6 (diff)
downloadmeta-openembedded-02a339069f8d2f87c266b51a5f5363b6cef4b1cd.tar.gz
iwd: Module load dir should be relative to root_dir
This is autodetected by configure from systemd.pc and it depends on value of root_dir ( usrmerge ) and not /usr being hardcoded eg. in nonarch_libdir this has been fixed in systemd [1] Fixes ERROR: iwd-1.8-r0 do_package: QA Issue: iwd: Files/directories were installed but not shipped in any package: /lib/modules-load.d /lib/modules-load.d/pkcs8.conf [1] https://github.com/systemd/systemd/commit/4a56315a990b802860170ecd1bbd3eb68e14a38b Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/iwd/iwd_1.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
index bfbf3c7fa6..b1e6fea2ff 100644
--- a/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
+++ b/meta-oe/recipes-connectivity/iwd/iwd_1.8.bb
@@ -41,7 +41,7 @@ do_install_append() {
FILES_${PN} += " \
${datadir}/dbus-1 \
- ${nonarch_libdir}/modules-load.d \
+ ${nonarch_base_libdir}/modules-load.d \
${systemd_unitdir}/network \
"