summaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb')
-rw-r--r--meta/recipes-graphics/libepoxy/libepoxy_1.5.4.bb8
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
34BBCLASSEXTEND = "native nativesdk" 34BBCLASSEXTEND = "native nativesdk"
35 35
36# This will ensure that dlopen will attempt only GL libraries provided by host
37do_install_append_class-native() {
38 chrpath --delete ${D}${libdir}/*.so
39}
40
41do_install_append_class-nativesdk() {
42 chrpath --delete ${D}${libdir}/*.so
43}