blob: 5b7536df4827fe7462a83ad77117688bdbf5b8e8 (
plain)
1
2
3
4
5
6
7
|
# 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
}
|