mirror of
git://git.yoctoproject.org/poky
synced 2026-08-14 10:58:51 +00:00
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:
parent
1ec9103116
commit
458849ee6c
@ -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
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user