summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/mesa
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-03-16 10:41:01 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-03-22 14:47:29 +0000
commitbcd0638d44ebfe17c7b2c32a520c5787662a4183 (patch)
tree2e8fbd5fbfde96fb94f7aba3b6b5ce61a22c7add /meta/recipes-graphics/mesa
parent8cf1c4cd42cd632b68ab4195471d23d9188f2bcd (diff)
downloadpoky-bcd0638d44ebfe17c7b2c32a520c5787662a4183.tar.gz
mesa: do not strip rpaths from dri drivers
This was needed back when we used upstream llvm-config which would add bogus rpaths into the drivers; nowadays it is replaced with a oe-specific wrapper. The particular reason is that mesa-native relies on having rpaths to work correctly (i.e. find other native libraries in the same sysroot location). (From OE-Core rev: 067e131b2183892b6e8ffc604b6bed0424637ae0) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics/mesa')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index dd15046438..b082b49400 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -247,9 +247,6 @@ do_install:append () {
247 rm -f ${D}${libdir}/gallium-pipe/*.la 247 rm -f ${D}${libdir}/gallium-pipe/*.la
248 rm -f ${D}${libdir}/gbm/*.la 248 rm -f ${D}${libdir}/gbm/*.la
249 249
250 # it was packaged in libdricore9.1.3-1 and preventing upgrades when debian.bbclass was used
251 chrpath --delete ${D}${libdir}/dri/*_dri.so || true
252
253 # libwayland-egl has been moved to wayland 1.15+ 250 # libwayland-egl has been moved to wayland 1.15+
254 rm -f ${D}${libdir}/libwayland-egl* 251 rm -f ${D}${libdir}/libwayland-egl*
255 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc 252 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc