From: Ross Burton Date: Tue, 12 May 2026 13:54:03 +0000 (+0100) Subject: weston: remove obsolete .la deletion X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebe579208ea86669dda144b9e55d3a24188b9ba2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git weston: remove obsolete .la deletion Weston is built with Meson now, so there's no need to delete .la files that don't exist. Signed-off-by: Ross Burton Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/wayland/weston_15.0.1.bb b/meta/recipes-graphics/wayland/weston_15.0.1.bb index c4158e7ea3..946e64cea5 100644 --- a/meta/recipes-graphics/wayland/weston_15.0.1.bb +++ b/meta/recipes-graphics/wayland/weston_15.0.1.bb @@ -101,9 +101,6 @@ PACKAGECONFIG[vnc] = "-Dbackend-vnc=true,-Dbackend-vnc=false,neatvnc libpam" PACKAGECONFIG[perfetto] = "-Dperfetto=true,-Dperfetto=false,libperfetto" do_install:append() { - # Weston doesn't need the .la files to load modules, so wipe them - rm -f ${D}/${libdir}/libweston-${WESTON_MAJOR_VERSION}/*.la - # If X11, ship a desktop file to launch it if [ "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" ]; then install -d ${D}${datadir}/applications