All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped'
@ 2018-06-18 14:45 Mark Asselstine
  2018-06-18 16:51 ` Andreas Müller
  0 siblings, 1 reply; 21+ messages in thread
From: Mark Asselstine @ 2018-06-18 14:45 UTC (permalink / raw)
  To: openembedded-devel

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@windriver.com>
---

This error is currently only seen on master-next since the xfce4-panel
upgrade commit is yet to make it into master. As such this fix is only
applicable to master-next.


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



^ permalink raw reply related	[flat|nested] 21+ messages in thread

end of thread, other threads:[~2018-06-19 14:44 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-06-18 14:45 [meta-xfce][PATCH] xfce4-panel: fix QA issue 'installed-vs-shipped' Mark Asselstine
2018-06-18 16:51 ` Andreas Müller
2018-06-18 17:07   ` Mark Asselstine
2018-06-18 17:15     ` Mark Asselstine
2018-06-18 17:48       ` Mark Asselstine
2018-06-18 17:50         ` Khem Raj
2018-06-18 17:54           ` Mark Hatle
2018-06-18 17:57             ` Khem Raj
2018-06-18 18:09               ` Mark Asselstine
2018-06-18 18:47                 ` Khem Raj
2018-06-18 18:55                   ` Mark Hatle
2018-06-18 20:10                     ` Andreas Müller
2018-06-18 20:14                       ` Mark Asselstine
2018-06-18 20:22                         ` Andreas Müller
2018-06-18 20:27                     ` Khem Raj
2018-06-18 21:42     ` Richard Purdie
2018-06-18 22:27       ` Andreas Müller
2018-06-18 23:25         ` Mark Asselstine
2018-06-18 23:40           ` Khem Raj
2018-06-19  9:53           ` Richard Purdie
2018-06-19 14:43             ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.