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>
+++ /dev/null
-# As of now, we'd unconditionally append agl-rvgpu-proxy
-# to all images belong to agl-rvgpu feature. In future
-# it will be handled properly via multiconfig etc.
-
-AGL_FEATURES:append = " agl-rvgpu-proxy"
+++ /dev/null
-require ${@bb.utils.contains('AGL_FEATURES', 'agl-rvgpu-proxy', 'weston_rvgpuproxy.inc', '', d)}
+++ /dev/null
-# 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
-}
+++ /dev/null
-#see meta-rvgpu/conf/include/agl-rvgpu.inc
-require conf/include/agl-rvgpu.inc