From 27b2b47c6061a88c760a47d06fef8958e37005e2 Mon Sep 17 00:00:00 2001 From: Matthias Reichl Date: Sat, 2 Mar 2019 15:57:15 +0100 Subject: [PATCH] update_retroplayer-addons: exclude non-working game addons Signed-off-by: Matthias Reichl --- tools/mkpkg/update_retroplayer-addons | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/mkpkg/update_retroplayer-addons b/tools/mkpkg/update_retroplayer-addons index 66f1ca922e..dd163832f3 100755 --- a/tools/mkpkg/update_retroplayer-addons +++ b/tools/mkpkg/update_retroplayer-addons @@ -15,7 +15,14 @@ fi # BUMP_PKG_REV: bump PKG_REV if PKG_VERSION has changed # list of packages to exclude from update -EXCLUDED_PACKAGES="game.netplay" +EXCLUDED_PACKAGES="game.libretro.chailove + game.libretro.fbalpha2012 + game.libretro.lutro + game.libretro.parallel_n64 + game.libretro.pcem + game.libretro.theodore + game.netplay + game.shader.presets" MY_DIR="$(dirname "$0")" ROOT="$(cd "${MY_DIR}"/../.. && pwd)"