[oe-commits] [openembedded-core] 01/08: pango: remove obsolete libtool FILES

git at git.openembedded.org git at git.openembedded.org
Tue Oct 8 19:55:38 UTC 2019


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

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

commit f8e3a294eaa475db3b1126de708294b8162b66c9
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Tue Oct 8 14:18:22 2019 +0100

    pango: remove obsolete libtool FILES
    
    We now build Pango with Meson which doesn't use libtool, so we can remove the
    FILES that packages up non-existant .la files.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/pango/pango_1.44.6.bb | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-graphics/pango/pango_1.44.6.bb b/meta/recipes-graphics/pango/pango_1.44.6.bb
index da7f215..8138ef7 100644
--- a/meta/recipes-graphics/pango/pango_1.44.6.bb
+++ b/meta/recipes-graphics/pango/pango_1.44.6.bb
@@ -33,10 +33,8 @@ GTKDOC_MESON_OPTION = "gtk_doc"
 GIR_MESON_OPTION = 'introspection'
 
 LEAD_SONAME = "libpango-1.0*"
-LIBV = "1.8.0"
 
 FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}"
-FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la"
 
 RDEPENDS_${PN}-ptest += "cantarell-fonts"
 RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us"

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


More information about the Openembedded-commits mailing list