kumquat-buildroot/package/kodi
Bernd Kuhls 0d8c70e93d package/kodi: fix filenames of kodi host utils
The variables WITH_JSONSCHEMABUILDER & WITH_TEXTUREPACKER are defined as
directories:
https://github.com/xbmc/xbmc/blob/master/cmake/modules/buildtools/FindJsonSchemaBuilder.cmake
https://github.com/xbmc/xbmc/blob/master/cmake/modules/buildtools/FindTexturePacker.cmake

and during configure kodi searches these directories for usable
binaries with the name scheme.

${APP_NAME_LC}-JsonSchemaBuilder
${APP_NAME_LC}-TexturePacker

which translates to kodi-JsonSchemaBuilder and kodi-TexturePacker.

This is an improvement to follow upstream's expections and it does
neither fix a build nor a runtime error.

Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
2023-08-06 18:04:34 +02:00
..
0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch
0002-CGUIWindowHome-use-AnnouncementFlagToString-when-log.patch
0003-CGUIColorButtonControl-use-explicit-cast-to-UTILS-CO.patch
0004-CLog-allow-using-fmt-enums-format_as-for-explicit-en.patch
0005-CLog-add-formatter-for-std-atomic-for-explicit-atomi.patch
br-kodi
Config.in
kodi.hash
kodi.mk
kodi.service
S50kodi