package/kodi: update patch status

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Bernd Kuhls 2023-05-07 13:25:25 +02:00 committed by Yann E. MORIN
parent eb22e467c7
commit 0ce2d42aa7
3 changed files with 2 additions and 3 deletions

View File

@ -706,7 +706,6 @@ package/keyutils/0002-cifs.patch Sob Upstream
package/kmod/0001-fix-O_CLOEXEC.patch Upstream
package/kodi-texturepacker/0001-texturepacker.patch Upstream
package/kodi-texturepacker/0002-fix-texture-packer-cmake-source-dir.patch Upstream
package/kodi/0001-kodi-config.cmake-use-CMAKE_FIND_ROOT_PATH-to-fix-cr.patch Upstream
package/kodi/S50kodi Shellcheck Variables
package/latencytop/0001-makefile.patch Upstream
package/lbase64/0001-retro-compatible-with-Lua-5.1.patch Upstream

View File

@ -8,7 +8,7 @@ When cross-compiling, the location at build time of the libraries is
not the same as the one at run-time. The CMAKE_FIND_ROOT_PATH variable
is here to handle this difference, so use it in kodi-config.cmake.
Upstream status: Reverted (PR 17616)
Upstream: Reverted (PR 17616 and 18680)
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
(rebased and simplified for Kodi 17.0-Krypton)

View File

@ -5,7 +5,7 @@ Subject: [PATCH] cmake/modules: fix python detection
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
Upstream: unknown
Upstream: https://github.com/xbmc/xbmc/pull/23230
---
cmake/modules/FindPython.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)