diff options
| author | Martin Jansa <martin.jansa@gmail.com> | 2024-07-09 17:34:46 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-07-09 08:51:11 -0700 |
| commit | 7351e6201517d69e0f3cda7f64321c7a1f322fdb (patch) | |
| tree | 875ce94be76ce48456cf0e1aa01a00220feb2541 | |
| parent | 9697fd958e96b0f2251f98cc32bd985472dcc318 (diff) | |
| download | meta-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.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 | " |
