mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-07-21 09:13:06 +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:
parent
033963dbf8
commit
3fc72e6efd
@ -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)}"
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user