summaryrefslogtreecommitdiffstats
path: root/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc')
-rw-r--r--meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc7
1 files changed, 0 insertions, 7 deletions
diff --git a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc b/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc
deleted file mode 100644
index 5b7536df..00000000
--- a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc
+++ /dev/null
@@ -1,7 +0,0 @@
-# Remove the RPATH variable, to be able to use LD_LIBRARY_PATH,
-# to run render apps using /usr/lib/mesa-virtio
-do_install:append() {
- chrpath --delete ${D}${libdir}/libweston-10/*.so
- chrpath --delete ${D}${libdir}/weston/*.so
- chrpath --delete ${D}${libdir}/*.so
-}