From fdfa8a6ed102fdaf96006675b3d2cc7888a0c613 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 6 May 2020 21:01:03 +0200 Subject: libepoxy: do not strip RUNPATH from native/nativesdk This was done to fall through to host GL stack; now that mesa-native with host dri drivers is used instead, this is no longer necessary or desirable. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb | 8 -------- 1 file changed, 8 deletions(-) diff --git a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb b/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb index af9867407e..0782c6ce35 100644 --- a/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb +++ b/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb @@ -33,11 +33,3 @@ PACKAGECONFIG_class-nativesdk = "egl x11" BBCLASSEXTEND = "native nativesdk" -# This will ensure that dlopen will attempt only GL libraries provided by host -do_install_append_class-native() { - chrpath --delete ${D}${libdir}/*.so -} - -do_install_append_class-nativesdk() { - chrpath --delete ${D}${libdir}/*.so -} -- cgit 1.2.3-korg