[oe-commits] [openembedded-core] 14/25: gnome-themes-standard: drop .la file as unused

git at git.openembedded.org git at git.openembedded.org
Sun Aug 27 21:31:10 UTC 2017


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

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 77797a95569252024fca094d33ae9ecbc833597f
Author: Mark Asselstine <mark.asselstine at windriver.com>
AuthorDate: Sat Aug 26 14:58:58 2017 -0400

    gnome-themes-standard: drop .la file as unused
    
    oe-core commit 51b3ee298635b11d5784caaa0ac1c8f4034c25a5
    [gnome-themes-standard: Fix packages so dev-pkgs image generation
    works] disabled generation of the -dev pkg. Since a libtool archive
    file was no longer being picked up by the -dev pkg the build will fail
    with a QA issue (if ERROR_QA includes installed-vs-shipped):
    
    ERROR: gnome-themes-standard-3.22.3-r0 do_package: QA Issue:
    gnome-themes-standard: Files/directories were installed but not
    shipped in any package:
    /usr/lib64/gtk-2.0/2.10.0/engines/libadwaita.la
    
    The libtool archive file is mostly useless in modern Linux with a
    single shared library file so instead of including this in the -dev
    pkg we simply drop it.
    
    Signed-off-by: Mark Asselstine <mark.asselstine at windriver.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
index 3b41328..55ee277 100644
--- a/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
+++ b/meta/recipes-gnome/gnome/gnome-themes-standard_3.22.3.bb
@@ -25,6 +25,9 @@ do_install_append() {
         # Only building Adwaita, remove highcontrast files
         rm -rf ${D}${prefix}/share/themes/HighContrast \
                ${D}${prefix}/share/icons
+
+	# The libtool archive file is unneeded with shared libs on modern Linux
+	rm -rf ${D}${libdir}/gtk-2.0/2.10.0/engines/libadwaita.la
 }
 
 # There could be gnome-theme-highcontrast as well but that requires

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


More information about the Openembedded-commits mailing list