Skip to content

Commit

Permalink
gnome-keyring: fix 'installed but not shipped' QA issue
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Armin Kuster <[email protected]>
(cherry picked from commit 973aec3)
Signed-off-by: Armin Kuster <[email protected]>
  • Loading branch information
masselstine authored and akuster committed Jun 15, 2018
1 parent f8a1c68 commit abd5934
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit abd5934

Please sign in to comment.