diff options
| author | Ross Burton <ross.burton@intel.com> | 2019-10-08 14:18:22 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-09 14:07:43 +0100 |
| commit | 0ba58074aef17a59241fdc419821982c9f655695 (patch) | |
| tree | 402fa6064427383a31b011d53bfed03e992e1323 /meta | |
| parent | cdb9ea2a8b74d6675bd1af31835995a8f983bbf3 (diff) | |
| download | poky-0ba58074aef17a59241fdc419821982c9f655695.tar.gz | |
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.
(From OE-Core rev: f8e3a294eaa475db3b1126de708294b8162b66c9)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -rw-r--r-- | meta/recipes-graphics/pango/pango_1.44.6.bb | 2 |
1 files changed, 0 insertions, 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 da7f2156dc..8138ef72c1 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" | |||
| 33 | GIR_MESON_OPTION = 'introspection' | 33 | GIR_MESON_OPTION = 'introspection' |
| 34 | 34 | ||
| 35 | LEAD_SONAME = "libpango-1.0*" | 35 | LEAD_SONAME = "libpango-1.0*" |
| 36 | LIBV = "1.8.0" | ||
| 37 | 36 | ||
| 38 | FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" | 37 | FILES_${PN} = "${bindir}/* ${libdir}/libpango*${SOLIBS}" |
| 39 | FILES_${PN}-dev += "${libdir}/pango/${LIBV}/modules/*.la" | ||
| 40 | 38 | ||
| 41 | RDEPENDS_${PN}-ptest += "cantarell-fonts" | 39 | RDEPENDS_${PN}-ptest += "cantarell-fonts" |
| 42 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" | 40 | RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-en-us" |
