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 <[email protected]> --- meta/recipes-gnome/librsvg/librsvg_2.61.3.bb | 5 ----- 1 file changed, 5 deletions(-) diff --git a/meta/recipes-gnome/librsvg/librsvg_2.61.3.bb b/meta/recipes-gnome/librsvg/librsvg_2.61.3.bb index 1375fcae509..be72b1a1491 100644 --- a/meta/recipes-gnome/librsvg/librsvg_2.61.3.bb +++ b/meta/recipes-gnome/librsvg/librsvg_2.61.3.bb @@ -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. -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236884): https://lists.openembedded.org/g/openembedded-core/message/236884 Mute This Topic: https://lists.openembedded.org/mt/119274857/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
