[oe-commits] [meta-openembedded] 06/08: thunar: fix QA issue 'installed-vs-shipped'

git at git.openembedded.org git at git.openembedded.org
Tue Jun 19 05:07:37 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit ce57958f46f1920f345f4793d5c27a42318c9ee9
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Mon Jun 18 12:51:01 2018 -0400

    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 at windriver.com>
    Acked-by: Andreas Müller <schnitzeltony at gmail.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-xfce/thunar/thunar_1.8.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 f03fd63..c2f6f59 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} += " \
     ${libdir}/thunarx-3/* \
     ${libdir}/xfce4/panel/plugins/* \
     ${libdir}/Thunar/[Tt]hunar* \
-    ${libdir}/systemd \
+    ${systemd_user_unitdir} \
     ${datadir}/dbus-1 \
     ${datadir}/metainfo \
     ${datadir}/polkit-1 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list