File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed
Expand file tree Collapse file tree 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
1010function prebuild_android() {
1111 cd $BUILD_PATH /android
1212
13+ rm -rf android
1314 if [ ! -d android ]; then
1415 try cp -a $RECIPE_android /src $BUILD_android
1516 fi
Original file line number Diff line number Diff line change 33# Only h264+aac build are working.
44
55VERSION_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
77DEPS_audiostream=(python sdl)
88MD5_audiostream=
9- BUILD_audiostream=$BUILD_PATH /audiostream/kivy- audiostream-b5bc9d5
9+ BUILD_audiostream=$BUILD_PATH /audiostream/audiostream
1010RECIPE_audiostream=$RECIPES_PATH /audiostream
1111
1212function prebuild_audiostream() {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ function prebuild_kivy() {
1313
1414function build_kivy() {
1515 if [ -d " $BUILD_PATH /python-install/lib/python2.7/site-packages/kivy" ]; then
16- return
16+ # return
1717 true
1818 fi
1919
You can’t perform that action at this time.
0 commit comments