summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2025-04-14 20:22:09 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-04-23 19:48:04 +0100
commit62689ff1fb95057be7b76a670feca4b4a4f3c39d (patch)
treeec29a4eec0da4f63dbf38b76793649499f88459f
parent528b36636b5742ffac6d82e80326d4534313bc09 (diff)
downloadpoky-62689ff1fb95057be7b76a670feca4b4a4f3c39d.tar.gz
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. (From OE-Core rev: 7cc1288c0121268b02ab26d0b032cee6cb9eacb4) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc6
1 files changed, 0 insertions, 6 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index f6a91a7002..064568e0b9 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -256,12 +256,6 @@ PACKAGES =+ "libegl-mesa libegl-mesa-dev \
256 " 256 "
257 257
258do_install:append () { 258do_install:append () {
259 # Drivers never need libtool .la files
260 rm -f ${D}${libdir}/dri/*.la
261 rm -f ${D}${libdir}/egl/*.la
262 rm -f ${D}${libdir}/gallium-pipe/*.la
263 rm -f ${D}${libdir}/gbm/*.la
264
265 # libwayland-egl has been moved to wayland 1.15+ 259 # libwayland-egl has been moved to wayland 1.15+
266 rm -f ${D}${libdir}/libwayland-egl* 260 rm -f ${D}${libdir}/libwayland-egl*
267 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc 261 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc