]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
weston: remove obsolete .la deletion
authorRoss Burton <ross.burton@arm.com>
Tue, 12 May 2026 13:54:03 +0000 (14:54 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 14 May 2026 11:20:04 +0000 (12:20 +0100)
Weston is built with Meson now, so there's no need to delete .la files
that don't exist.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/wayland/weston_15.0.1.bb

index c4158e7ea3dcb9f3660a251f3cebdc3978665f91..946e64cea5eda08b0b5b958e7a832f46e3668f89 100644 (file)
@@ -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