[oe-commits] [meta-openembedded] 03/08: xfce4-panel: fix QA issue 'installed-vs-shipped'

git at git.openembedded.org git at git.openembedded.org
Tue Jun 19 05:07:34 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 a44aca60f1624238754c216f69748ef2274e2110
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Mon Jun 18 10:45:46 2018 -0400

    xfce4-panel: fix QA issue 'installed-vs-shipped'
    
    Since commit 5f31db601408 [xfce4-panel: upgrade 4.12.2 -> 4.13.3] we
    are getting a QA Warnings/Erros for 'installed-vs-shipped':
    
        ERROR: xfce4-panel-4.13.3-r0 do_package: QA Issue: xfce4-panel:
        Files/directories were installed but not shipped in any package:
          /usr/lib64/xfce4/panel/plugins/liblauncher.la
          /usr/lib64/xfce4/panel/plugins/libdirectorymenu.la
          ...
    
    >From various OE documents the .la files should not be packaged in
    either the main recipe package or the -dev package unless required. So
    inherit 'remove-libtool' to have all the .la files cleaned up as they
    don't appear to be necessary.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
index 6625f05..f1b4504 100644
--- a/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
+++ b/meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb
@@ -4,7 +4,7 @@ LICENSE = "GPLv2"
 LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee"
 DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck3 vala-native"
 
-inherit xfce gtk-doc gobject-introspection distro_features_check gtk-icon-cache
+inherit xfce gtk-doc gobject-introspection distro_features_check gtk-icon-cache remove-libtool
 
 REQUIRED_DISTRO_FEATURES = "x11"
 

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


More information about the Openembedded-commits mailing list