diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2024-07-10 09:10:16 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2024-07-23 15:22:38 -0400 |
commit | 41e250fc4073d2a87f117c6a4a8b7820db21fc8d (patch) | |
tree | 57d2405d2c2a8896f5655a0702156e2f49c6b7aa | |
parent | 71a4bda71714f4a4a85389880cd9274f16a592d5 (diff) | |
download | meta-openembedded-41e250fc4073d2a87f117c6a4a8b7820db21fc8d.tar.gz |
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>
-rw-r--r-- | meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb index 4688ae860b..c278a0982a 100644 --- a/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb +++ b/meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb | |||
@@ -18,5 +18,5 @@ inherit cmake pkgconfig meson features_check | |||
18 | 18 | ||
19 | FILES:${PN} += "${datadir}/dbus-1/* \ | 19 | FILES:${PN} += "${datadir}/dbus-1/* \ |
20 | ${datadir}/polkit-1/* \ | 20 | ${datadir}/polkit-1/* \ |
21 | ${libdir}/systemd/* \ | 21 | ${systemd_system_unitdir} \ |
22 | " | 22 | " |