mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-01-27 12:01:38 +01:00
xdg-user-dirs: Fix packaing location of systemd unit file
systemd_user_unitdir is the right variable to use Fixes ERROR: xdg-user-dirs-0.19-r0 do_package: QA Issue: xdg-user-dirs: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/systemd /usr/lib/systemd/user /usr/lib/systemd/user/xdg-user-dirs.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. xdg-user-dirs: 4 installed and not shipped files. [installed-vs-shipped] Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
27385bb7b2
commit
04370ef56c
|
|
@ -14,4 +14,4 @@ CONFFILES:${PN} += " \
|
|||
${sysconfdir}/xdg/user-dirs.defaults \
|
||||
"
|
||||
|
||||
FILES:${PN} += "${systemd_unitdir}/user/xdg-user-dirs.service"
|
||||
FILES:${PN} += "${systemd_user_unitdir}/xdg-user-dirs.service"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user