Weston is built with Meson now, so there's no need to delete .la files that don't exist.
Signed-off-by: Ross Burton <[email protected]> --- meta/recipes-graphics/wayland/weston_15.0.1.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/recipes-graphics/wayland/weston_15.0.1.bb b/meta/recipes-graphics/wayland/weston_15.0.1.bb index c4158e7ea3d..946e64cea5e 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 -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236883): https://lists.openembedded.org/g/openembedded-core/message/236883 Mute This Topic: https://lists.openembedded.org/mt/119274856/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
