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:
Khem Raj 2026-01-17 23:00:52 -08:00
parent 27385bb7b2
commit 04370ef56c
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -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"