summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2024-07-09 17:34:46 +0200
committerKhem Raj <raj.khem@gmail.com>2024-07-09 08:51:11 -0700
commit7351e6201517d69e0f3cda7f64321c7a1f322fdb (patch)
tree875ce94be76ce48456cf0e1aa01a00220feb2541
parent9697fd958e96b0f2251f98cc32bd985472dcc318 (diff)
downloadmeta-openembedded-7351e6201517d69e0f3cda7f64321c7a1f322fdb.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>
-rw-r--r--meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb4
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
19FILES:${PN} += "${datadir}/dbus-1/* \ 19FILES:${PN} += "${datadir}/dbus-1/* \
20 ${datadir}/polkit-1/* \ 20 ${datadir}/polkit-1/* \
21 ${libdir}/systemd/* \ 21 ${systemd_system_unitdir} \
22 " 22"