mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 07:15:43 +01:00
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] 4a56315a99
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
c9312d863b
commit
02a339069f
|
|
@ -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 \
|
||||
"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user