From: Ross Burton Date: Mon, 14 Apr 2025 19:22:09 +0000 (+0100) Subject: mesa: remove obsolete deletion of .la files X-Git-Tag: uninative-4.8~758 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9d5541c8b9e7713abd6c8e32a6881304f3349cb2;p=thirdparty%2Fopenembedded%2Fopenembedded-core.git mesa: remove obsolete deletion of .la files 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 Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc index aca34983e97..2a0c88c89a4 100644 --- a/meta/recipes-graphics/mesa/mesa.inc +++ b/meta/recipes-graphics/mesa/mesa.inc @@ -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