mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:51:48 +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>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
71a4bda717
commit
41e250fc40
@ -18,5 +18,5 @@ inherit cmake pkgconfig meson features_check
|
||||
|
||||
FILES:${PN} += "${datadir}/dbus-1/* \
|
||||
${datadir}/polkit-1/* \
|
||||
${libdir}/systemd/* \
|
||||
"
|
||||
${systemd_system_unitdir} \
|
||||
"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user