From c7945fd286f67d67654de85b1fc0bc7bc06a612c Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sat, 12 Nov 2022 13:18:57 +0100 Subject: [PATCH] update_retroplayer-addons: temporarily add picodrive to exclude list kodi game repo incorrectly switched from the bundled version to libretro repo which doesn't work as it uses git submodules. Exclude it until that's fixed to avoid build breakage by incorrect bumps. Signed-off-by: Matthias Reichl --- tools/mkpkg/update_retroplayer-addons | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/mkpkg/update_retroplayer-addons b/tools/mkpkg/update_retroplayer-addons index b758e4e253..882c39b8de 100755 --- a/tools/mkpkg/update_retroplayer-addons +++ b/tools/mkpkg/update_retroplayer-addons @@ -65,6 +65,7 @@ EXCLUDED_PACKAGES="game.libretro.chailove game.libretro.lutro game.libretro.parallel_n64 game.libretro.pcem + game.libretro.picodrive game.libretro.theodore game.netplay game.shader.presets"