diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-06-18 10:45:46 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-06-18 09:25:28 -0700 |
commit | a44aca60f1624238754c216f69748ef2274e2110 (patch) | |
tree | c5bbe34fba277c1ba86bfe56973b1c1a25091a37 /meta-xfce/recipes-xfce/xfce4-panel | |
parent | 5bea57467e731ffe6e3acd80ff6e98fb3395413d (diff) | |
download | meta-openembedded-a44aca60f1624238754c216f69748ef2274e2110.tar.gz |
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@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-xfce/recipes-xfce/xfce4-panel')
-rw-r--r-- | meta-xfce/recipes-xfce/xfce4-panel/xfce4-panel_4.13.3.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 6625f0573..f1b4504b2 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" | |||
4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=26a8bd75d8f8498bdbbe64a27791d4ee" |
5 | DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck3 vala-native" | 5 | DEPENDS = "libxfce4util garcon libxfce4ui xfconf exo gtk+ gtk+3 dbus cairo virtual/libx11 libxml2 libwnck3 vala-native" |
6 | 6 | ||
7 | inherit xfce gtk-doc gobject-introspection distro_features_check gtk-icon-cache | 7 | inherit xfce gtk-doc gobject-introspection distro_features_check gtk-icon-cache remove-libtool |
8 | 8 | ||
9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
10 | 10 | ||