From b8194ce1d1ee10ff1d159100df1d50feda3ac0a0 Mon Sep 17 00:00:00 2001 From: Radius Date: Tue, 10 Mar 2015 19:20:56 -0500 Subject: [PATCH] fix psp build --- libretro-buildbot-recipe.sh | 6 ++++-- recipes/psp/devkitpsp | 14 +++++++------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/libretro-buildbot-recipe.sh b/libretro-buildbot-recipe.sh index 7960f16d..2a8d1c07 100755 --- a/libretro-buildbot-recipe.sh +++ b/libretro-buildbot-recipe.sh @@ -1232,9 +1232,11 @@ if [ "${PLATFORM}" = "psp1" ] && [ "${RA}" = "YES" ]; then MESSAGE="retroarch build failed ($jobid)" echo $MESSAGE fi - + buildbot_log "$MESSAGE" + echo "Packaging" echo ============================================ + cd $WORK/$RADIR cp retroarch.cfg retroarch.default.cfg mkdir -p psp1/pkg/ @@ -1360,7 +1362,7 @@ if [ "${PLATFORM}" == "wii" ] && [ "${RA}" == "YES" ]; then echo $MESSAGE fi buildbot_log "$MESSAGE" - cd .. + cd $WORK/$RADIR fi echo "Packaging" diff --git a/recipes/psp/devkitpsp b/recipes/psp/devkitpsp index a455b3e0..f57e3dfb 100644 --- a/recipes/psp/devkitpsp +++ b/recipes/psp/devkitpsp @@ -1,8 +1,8 @@ -gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT YES GENERIC Makefile.libretro libgambatte -fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT YES GENERIC Makefile.libretro . -nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT YES GENERIC Makefile . -fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT YES GENERIC Makefile . -prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT YES GENERIC Makefile . -tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git PROJECT YES GENERIC Makefile . -mednafen_pce_fast libretro-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render YES GENERIC Makefile . +gambatte libretro-gambatte https://github.com/libretro/gambatte-libretro.git PROJECT NO GENERIC Makefile.libretro libgambatte +fceumm libretro-fceuumm https://github.com/libretro/libretro-fceumm.git PROJECT NO GENERIC Makefile.libretro . +nxengine libretro-nxengine https://github.com/libretro/nxengine-libretro.git PROJECT NO GENERIC Makefile . +fmsx libretro-fmsx https://github.com/libretro/fmsx-libretro.git PROJECT NO GENERIC Makefile . +prboom libretro-prboom https://github.com/libretro/libretro-prboom.git PROJECT NO GENERIC Makefile . +tempgba libretro-tempgba https://github.com/libretro/TempGBA-libretro.git PROJECT NO GENERIC Makefile . +mednafen_pce_fast libretro-mednafen_pce_fast https://github.com/aliaspider/beetle-pce-fast-libretro.git psp_hw_render NO GENERIC Makefile .