mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
bolt: package systemd_system_unitdir correctly
* ${libdir}/systemd doesn't work on multilib builds, where libdir might be something
else than ${nonarch_base_libdir}
fixes:
ERROR: QA Issue: lib32-bolt: Files/directories were installed but not shipped in any package:
/usr/lib/systemd
/usr/lib/systemd/system
/usr/lib/systemd/system/bolt.service
Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
9697fd958e
commit
7351e62015
|
|
@ -18,5 +18,5 @@ inherit cmake pkgconfig meson features_check
|
|||
|
||||
FILES:${PN} += "${datadir}/dbus-1/* \
|
||||
${datadir}/polkit-1/* \
|
||||
${libdir}/systemd/* \
|
||||
"
|
||||
${systemd_system_unitdir} \
|
||||
"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user