mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
thunar: fix QA issue 'installed-vs-shipped'
Since commit eb0fe21c15 [thunar: upgrade 1.6.15 -> 1.8.0] we see a
QA Error/Warning regarding files 'installed-vs-shipped':
ERROR: QA Issue: thunar: Files/directories were installed but not
shipped in any package:
/usr/lib
/usr/lib/systemd
/usr/lib/systemd/user
/usr/lib/systemd/user/thunar.service
Correct the path to the systemd service file to match what we see in
other recipes which include "user" service files.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Acked-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
committed by
Khem Raj
parent
f245613bfb
commit
ce57958f46
@@ -21,7 +21,7 @@ FILES_${PN} += " \
|
||||
${libdir}/thunarx-3/* \
|
||||
${libdir}/xfce4/panel/plugins/* \
|
||||
${libdir}/Thunar/[Tt]hunar* \
|
||||
${libdir}/systemd \
|
||||
${systemd_user_unitdir} \
|
||||
${datadir}/dbus-1 \
|
||||
${datadir}/metainfo \
|
||||
${datadir}/polkit-1 \
|
||||
|
||||
Reference in New Issue
Block a user