]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
mesa: remove obsolete deletion of .la files
authorRoss Burton <ross.burton@arm.com>
Mon, 14 Apr 2025 19:22:09 +0000 (20:22 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Apr 2025 16:35:19 +0000 (17:35 +0100)
As Mesa is built with Meson now, there's no need to delete the .la files
as they're not installed in the first place.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-graphics/mesa/mesa.inc

index aca34983e97ca684d662987d3a1d0b61ba44029a..2a0c88c89a42b8058129f6255dde5a17fcbed7bd 100644 (file)
@@ -279,12 +279,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
             "
 
 do_install:append () {
-    # Drivers never need libtool .la files
-    rm -f ${D}${libdir}/dri/*.la
-    rm -f ${D}${libdir}/egl/*.la
-    rm -f ${D}${libdir}/gallium-pipe/*.la
-    rm -f ${D}${libdir}/gbm/*.la
-
     # libwayland-egl has been moved to wayland 1.15+
     rm -f ${D}${libdir}/libwayland-egl*
     rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc