diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2020-05-06 21:01:03 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-05-07 12:16:00 +0100 |
commit | 458849ee6c59f7e78dc21dd6704aeae9043f17d5 (patch) | |
tree | 6007740f1ab9a9e08ca37f44b16c5cb05fc7d1c6 /meta/recipes-graphics | |
parent | 1ec91031165f8801eeb5662aa98c73dc6be88cc1 (diff) | |
download | poky-458849ee6c59f7e78dc21dd6704aeae9043f17d5.tar.gz |
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>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb | 8 |
1 files changed, 0 insertions, 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" | |||
33 | 33 | ||
34 | BBCLASSEXTEND = "native nativesdk" | 34 | BBCLASSEXTEND = "native nativesdk" |
35 | 35 | ||
36 | # This will ensure that dlopen will attempt only GL libraries provided by host | ||
37 | do_install_append_class-native() { | ||
38 | chrpath --delete ${D}${libdir}/*.so | ||
39 | } | ||
40 | |||
41 | do_install_append_class-nativesdk() { | ||
42 | chrpath --delete ${D}${libdir}/*.so | ||
43 | } | ||