Update XCSoar to 6.8.1 (100)

This commit is contained in:
Boris Kraut 2015-08-28 12:02:33 +02:00
parent 1d2a2a3cef
commit 557e8799e5

View file

@ -87,6 +87,15 @@ Build:6.8,99
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
break; done
Build:6.8.1,100
commit=v6.8.1
subdir=android
submodules=yes
output=../output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk
build=cd .. && \
for n in 1 2 3; do make TARGET=ANDROIDFAT DEBUG=n TESTING=n -j4 output/ANDROIDFAT/bin/XCSoar-release-unsigned.apk && \
break; done
Maintainer Notes:
The makefile setup is not perfect, so we need to run it a few times to get it to succeed.
.