]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.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, 23 Apr 2025 18:47:34 +0000 (19:47 +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 f6a91a7002f8aebc8845eda7f339912e086839b5..064568e0b9b890fad5865c5f407f9e23943d494a 100644 (file)
@@ -256,12 +256,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