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.

(From OE-Core rev: fdfa8a6ed102fdaf96006675b3d2cc7888a0c613)

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Alexander Kanavin
2020-05-06 21:01:03 +02:00
committed by Richard Purdie
parent 1ec9103116
commit 458849ee6c

View File

@@ -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
}