]> code.ossystems Code Review - openembedded-core.git/commitdiff
pango: remove obsolete libtool FILES
authorRoss Burton <ross.burton@intel.com>
Tue, 8 Oct 2019 13:18:22 +0000 (14:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 8 Oct 2019 19:51:33 +0000 (20:51 +0100)
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@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/pango/pango_1.44.6.bb

index da7f2156dca0164be8739c3fdd3335f7eb1ead8a..8138ef72c16fc1a298231cd2b473859ac4da37d2 100644 (file)
@@ -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"