Files
Markus Volk 01232d6238 crossguid: remove crossguid-config.cmake file
crossguid adds an automatically generated cmake configuration file named “crossguid-config.cmake”,
which generally works for kodi but causes a reproducibility issue because it contains the full path
to ${STAGING_LIBDIR}/libuuid.so.

It was fixed using a `sed` command that changed the line to `/usr/lib/libuuid.so`.

This does not work if `HOST != TARGET`, since in that case a link is created to native libuuid.

Completely removing “crossguid-config.cmake” resolves this issue, since Kodi then uses pkgconfig to locate crossguid.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
2026-07-19 18:57:37 -07:00
..
2025-12-24 13:18:30 -08:00