diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-18 12:51:01 -0400 | 
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-06-18 14:19:31 -0700 | 
| commit | ce57958f46f1920f345f4793d5c27a42318c9ee9 (patch) | |
| tree | f9ac6db9fa1e862ed608f4b0212908c1ac2f94bb | |
| parent | f245613bfb313125190e092f2f50d913c4b6d4ce (diff) | |
| download | meta-openembedded-ce57958f46f1920f345f4793d5c27a42318c9ee9.tar.gz | |
thunar: fix QA issue 'installed-vs-shipped'
Since commit eb0fe21c1535 [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>
| -rw-r--r-- | meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb index f03fd63e04..c2f6f5954b 100644 --- a/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb +++ b/meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb | |||
| @@ -21,7 +21,7 @@ FILES_${PN} += " \ | |||
| 21 | ${libdir}/thunarx-3/* \ | 21 | ${libdir}/thunarx-3/* \ | 
| 22 | ${libdir}/xfce4/panel/plugins/* \ | 22 | ${libdir}/xfce4/panel/plugins/* \ | 
| 23 | ${libdir}/Thunar/[Tt]hunar* \ | 23 | ${libdir}/Thunar/[Tt]hunar* \ | 
| 24 | ${libdir}/systemd \ | 24 | ${systemd_user_unitdir} \ | 
| 25 | ${datadir}/dbus-1 \ | 25 | ${datadir}/dbus-1 \ | 
| 26 | ${datadir}/metainfo \ | 26 | ${datadir}/metainfo \ | 
| 27 | ${datadir}/polkit-1 \ | 27 | ${datadir}/polkit-1 \ | 
