From 7b182eb4c67c222660acc79c33b6c5b5643fbb2e Mon Sep 17 00:00:00 2001 From: fr500 Date: Sun, 19 Jul 2015 14:59:14 -0400 Subject: [PATCH] make fba recipes independent --- libretro-buildbot-recipe.sh | 2 +- recipes/wii/devkitwii | 8 ++++---- recipes/wii/devkitwii.conf | 1 + 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 1ea5673f..d08d84b5 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1418,7 +1418,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then if [ "${ENABLED}" == "YES" ]; then echo "BUILDBOT JOB: $jobid Processing $NAME" - echo + echo echo NAME: $NAME echo DIR: $DIR echo PARENT: $PARENTDIR diff --git a/recipes/wii/devkitwii b/recipes/wii/devkitwii index 61261950..5d7fd5d9 100644 --- a/recipes/wii/devkitwii +++ b/recipes/wii/devkitwii @@ -1,8 +1,8 @@ -fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk -fba_cores_cps1 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps1 -fba_cores_cps2 libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps2 -fba_cores_neo libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/neogeo fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro . +fb_alpha libretro-fba https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk +fba_cores_cps1 libretro-fba_cps1 https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps1 +fba_cores_cps2 libretro-fba_cps2 https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-old/trunk/fbacores/cps2 +fba_cores_neo libretro-fba_neo https://github.com/libretro/fba-libretro.git PROJECT YES GENERIC makefile.libretro svn-current/trunk/fbacores/neogeo gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte genesis_plus_gx libretro-genesis_plus_gx https://github.com/libretro/Genesis-Plus-GX.git PROJECT YES GENERIC Makefile.libretro . mednafen_ngp libretro-mednafen_ngp https://github.com/libretro/beetle-ngp-libretro.git PROJECT YES GENERIC Makefile . diff --git a/recipes/wii/devkitwii.conf b/recipes/wii/devkitwii.conf index 69a1ce70..3b942ef6 100644 --- a/recipes/wii/devkitwii.conf +++ b/recipes/wii/devkitwii.conf @@ -8,3 +8,4 @@ SUFFIX _wii DEVKITPRO /opt/devkitPro DEVKITPPC /opt/devkitPro/devkitPPC RA YES +JOBS 4