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 | |
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')
-rw-r--r-- | meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend | 1 | ||||
-rw-r--r-- | meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_rvgpuproxy.inc | 7 |
2 files changed, 0 insertions, 8 deletions
diff --git a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend b/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend deleted file mode 100644 index 133a34e3..00000000 --- a/meta-uhmi/meta-rvgpu/recipes-graphics/wayland/weston_%.bbappend +++ /dev/null @@ -1 +0,0 @@ -require ${@bb.utils.contains('AGL_FEATURES', 'agl-rvgpu-proxy', 'weston_rvgpuproxy.inc', '', d)} 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 -} |