[oe-commits] [openembedded-core] 32/34: mesa: ensure all libwayland-egl* files are removed

git at git.openembedded.org git at git.openembedded.org
Wed May 9 20:11:29 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f54532b7aa7d876fc9689b47e4f877d339f08627
Author: Denys Dmytriyenko <denys at ti.com>
AuthorDate: Wed May 9 12:15:30 2018 -0400

    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.
    
    Signed-off-by: Denys Dmytriyenko <denys at ti.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-graphics/mesa/mesa.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-graphics/mesa/mesa.inc b/meta/recipes-graphics/mesa/mesa.inc
index 5d4a452..8bf417a 100644
--- a/meta/recipes-graphics/mesa/mesa.inc
+++ b/meta/recipes-graphics/mesa/mesa.inc
@@ -136,7 +136,7 @@ do_install_append () {
     chrpath --delete ${D}${libdir}/dri/*_dri.so || true
 
     # libwayland-egl has been moved to wayland 1.15+
-    rm -f ${D}${libdir}/libwayland-egl.so*
+    rm -f ${D}${libdir}/libwayland-egl*
     rm -f ${D}${libdir}/pkgconfig/wayland-egl.pc
 }
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list