mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
iwd: Fix installed-vs-shipped QA errors on systemd units
package missing pieces when using systemd Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -26,7 +26,7 @@ do_install_append() {
|
||||
install -m644 ${S}/doc/*.txt ${D}${docdir}/${BPN}
|
||||
}
|
||||
|
||||
FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d"
|
||||
FILES_${PN} += "${datadir}/dbus-1 ${libdir}/modules-load.d ${systemd_unitdir}/network/"
|
||||
|
||||
SYSTEMD_SERVICE_${PN} = "iwd.service ${@bb.utils.contains('PACKAGECONFIG', 'wired', 'ead.service', '', d)}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user