Skip to content

Commit

Permalink
bolt: package systemd_system_unitdir correctly
Browse files Browse the repository at this point in the history
* ${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 <[email protected]>
Signed-off-by: Khem Raj <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
shr-project authored and akuster committed Jul 23, 2024
1 parent 71a4bda commit 41e250f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meta-oe/recipes-bsp/bolt/bolt_0.9.6.bb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ inherit cmake pkgconfig meson features_check

FILES:${PN} += "${datadir}/dbus-1/* \
${datadir}/polkit-1/* \
${libdir}/systemd/* \
"
${systemd_system_unitdir} \
"

0 comments on commit 41e250f

Please sign in to comment.