File tree 3 files changed +4
-3
lines changed
3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,7 @@ RECIPE_android=$RECIPES_PATH/android
10
10
function prebuild_android() {
11
11
cd $BUILD_PATH /android
12
12
13
+ rm -rf android
13
14
if [ ! -d android ]; then
14
15
try cp -a $RECIPE_android /src $BUILD_android
15
16
fi
Original file line number Diff line number Diff line change 3
3
# Only h264+aac build are working.
4
4
5
5
VERSION_audiostream=
6
- URL_audiostream=https://github.com/kivy/audiostream/zipball/master/kivy- audiostream-b5bc9d5 .zip
6
+ URL_audiostream=https://github.com/kivy/audiostream/zipball/master/audiostream.zip
7
7
DEPS_audiostream=(python sdl)
8
8
MD5_audiostream=
9
- BUILD_audiostream=$BUILD_PATH /audiostream/kivy- audiostream-b5bc9d5
9
+ BUILD_audiostream=$BUILD_PATH /audiostream/audiostream
10
10
RECIPE_audiostream=$RECIPES_PATH /audiostream
11
11
12
12
function prebuild_audiostream() {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function prebuild_kivy() {
13
13
14
14
function build_kivy() {
15
15
if [ -d " $BUILD_PATH /python-install/lib/python2.7/site-packages/kivy" ]; then
16
- return
16
+ # return
17
17
true
18
18
fi
19
19
You can’t perform that action at this time.
0 commit comments