summaryrefslogtreecommitdiffstats
path: root/meta
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-16 17:41:30 +0100
commit9d0d16c6670731382b8187a0cc99d39f291156cd (patch)
tree335193a24b38a7124448a13fc5c09eb83a421782 /meta
parente298afae2697bfb6145643c5a1ca97984b135fb3 (diff)
downloadpoky-9d0d16c6670731382b8187a0cc99d39f291156cd.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: 9d5541c8b9e7713abd6c8e32a6881304f3349cb2) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 aca34983e9..2a0c88c89a 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 \
279 " 279 "
280 280
281do_install:append () { 281do_install:append () {
282 # Drivers never need libtool .la files
283 rm -f ${D}${libdir}/dri/*.la
284 rm -f ${D}${libdir}/egl/*.la
285 rm -f ${D}${libdir}/gallium-pipe/*.la
286 rm -f ${D}${libdir}/gbm/*.la
287
288 # libwayland-egl has been moved to wayland 1.15+ 282 # libwayland-egl has been moved to wayland 1.15+
289 rm -f ${D}${libdir}/libwayland-egl* 283 rm -f ${D}${libdir}/libwayland-egl*
290 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc 284 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc