summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics
diff options
context:
space:
mode:
authorDenys Dmytriyenko <denys@ti.com>2018-05-09 12:15:30 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-11 07:49:38 +0100
commite975ced728f7c2f220c167c9cc38a70bb7c06090 (patch)
treefd8c27842be722794369a7c5db512314c4d1c636 /meta/recipes-graphics
parentd83a3f9a3f1be8ea6e9a620b390c97a59f281e36 (diff)
downloadpoky-e975ced728f7c2f220c167c9cc38a70bb7c06090.tar.gz
mesa: ensure all libwayland-egl* files are removed
Wayland 1.15+ now ships libwayland-egl by itself, so Mesa should remove its instance. Previous commit 6e5952fcfc13ff4b63c9376bd41a1dbba957f425 only removed .so libraries, but left .la, which resulted in conflict. (From OE-Core rev: 7a1d0f532bb2a6772e24a9fd4515bd1f3ab15324) Signed-off-by: Denys Dmytriyenko <denys@ti.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r--meta/recipes-graphics/mesa/mesa.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 5d4a452d33..8bf417ac73 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -136,7 +136,7 @@ do_install_append () {
136 chrpath --delete ${D}${libdir}/dri/*_dri.so || true 136 chrpath --delete ${D}${libdir}/dri/*_dri.so || true
137 137
138 # libwayland-egl has been moved to wayland 1.15+ 138 # libwayland-egl has been moved to wayland 1.15+
139 rm -f ${D}${libdir}/libwayland-egl.so* 139 rm -f ${D}${libdir}/libwayland-egl*
140 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc 140 rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
141} 141}
142 142