diff options
author | Kenta <murakami.kenta002@jp.panasonic.com> | 2024-10-03 10:32:55 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-10-16 11:48:48 +0000 |
commit | f86532f8ac81d1c7dae63ed242f54473aa1b1dda (patch) | |
tree | 3a714b6e0faaff55367ddc30a1b6e28d201a618a /meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc | |
parent | e08ed699e9b0857964822fab6ede324b624abbbf (diff) |
Unified HMI: Remove rpath tweaks
Now we don't use LD_LIBRARY_PATH hook to achive remote rendering,
so that we can just remove rpath tweaks in weston binaries.
Bug-AGL: SPEC-5253
Change-Id: I3909c6714a0bdf5bc5ca7eb83d03dbdd426f900b
Signed-off-by: Kenta <murakami.kenta002@jp.panasonic.com>
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.inc | 7 |
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 -} |