[oe-commits] [meta-openembedded] 57/60: gnome-keyring: fix 'installed but not shipped' QA issue

git at git.openembedded.org git at git.openembedded.org
Fri May 18 14:44:17 UTC 2018


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

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

commit 973aec3a2ad1114ddf243bfef08e57847a85e142
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Wed May 16 10:34:14 2018 -0400

    gnome-keyring: fix 'installed but not shipped' QA issue
    
    Building the 'gnome-keyring' recipe with "installed-vs-shipped"
    included in ERROR_QA will result in:
    
        ERROR: gnome-keyring-3.20.0-r0 do_package: QA Issue: gnome-keyring: \
          Files/directories were installed but not shipped in any package:
          /usr/lib64/pkcs11/gnome-keyring-pkcs11.la
          /lib64/security/pam_gnome_keyring.la
    
    >From various 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: Armin Kuster <akuster808 at gmail.com>
---
 meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb
index adf2ff9..5564062 100644
--- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb
+++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb
@@ -9,7 +9,7 @@ LIC_FILES_CHKSUM = " \
     file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
 "
 
-inherit distro_features_check gnomebase
+inherit distro_features_check gnomebase remove-libtool
 
 DEPENDS = " \
     intltool-native \

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


More information about the Openembedded-commits mailing list