@@ -68,11 +68,6 @@ PACKAGECONFIG[gdkpixbuf] = "-Dpixbuf-loader=enabled,-Dpixbuf-loader=disabled,gdk
PACKAGECONFIG[vala] = "-Dvala=enabled,-Dvala=disabled"
PACKAGECONFIG[apitest] = "-Dtests=true,-Dtests=false"
-do_install:append() {
- # Loadable modules don't need .a or .la on Linux
- rm -f ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.a ${D}${libdir}/gdk-pixbuf-2.0/*/loaders/*.la
-}
-
do_compile_ptest_cargo:prepend() {
# The packageconfig is for meson, but the rust tests are compiled directly with cargo,
# so these arguments don't apply. Note that this is Python, the intendation is intentional.
librsvg is built with Meson now, so there's no need to delete .a or .la files that don't exist. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta/recipes-gnome/librsvg/librsvg_2.61.3.bb | 5 ----- 1 file changed, 5 deletions(-)