diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-05-16 10:34:14 -0400 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2018-05-17 08:31:12 -0700 |
commit | 973aec3a2ad1114ddf243bfef08e57847a85e142 (patch) | |
tree | 69936d717094da560adafbad6eaa575af98e0f25 /meta-gnome/recipes-gnome | |
parent | 19e7db690ad32db758f526fd4f5cb82b0b5a6e23 (diff) | |
download | meta-openembedded-973aec3a2ad1114ddf243bfef08e57847a85e142.tar.gz |
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@windriver.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_3.20.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 adf2ff926..55640625d 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 = " \ | |||
9 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 9 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
10 | " | 10 | " |
11 | 11 | ||
12 | inherit distro_features_check gnomebase | 12 | inherit distro_features_check gnomebase remove-libtool |
13 | 13 | ||
14 | DEPENDS = " \ | 14 | DEPENDS = " \ |
15 | intltool-native \ | 15 | intltool-native \ |