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 <[email protected]> --- 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 da7f2156dca..8138ef72c16 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" -- 2.20.1 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
