From 41e250fc4073d2a87f117c6a4a8b7820db21fc8d Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 10 Jul 2024 09:10:16 +0200 Subject: 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 Signed-off-by: Khem Raj Signed-off-by: Armin Kuster --- meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb | 4 ++-- 1 file 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 FILES:${PN} += "${datadir}/dbus-1/* \ ${datadir}/polkit-1/* \ - ${libdir}/systemd/* \ - " + ${systemd_system_unitdir} \ +" -- cgit v1.2.3-54-g00ecf