]> sigrok.org Git - sigrok-util.git/commitdiff
sigrok-cross-android: Update repo URLs.
authorUwe Hermann <redacted>
Tue, 26 Aug 2014 21:36:09 +0000 (23:36 +0200)
committerUwe Hermann <redacted>
Tue, 26 Aug 2014 21:36:09 +0000 (23:36 +0200)
Both are now on sigrok.org (again).

cross-compile/android/sigrok-cross-android

index 9f0a127ab01cef071bd7e891db6a425b9905002e..f802a5d7b977a85ac59f11e5f231fe7fe9fc4b68 100755 (executable)
@@ -310,7 +310,7 @@ make install
 cd ..
 
 # sigrok-androidutils
-$GIT_CLONE git://github.com/zeldin/sigrok-androidutils
+$GIT_CLONE git://sigrok.org/sigrok-androidutils
 cd sigrok-androidutils
 ./autogen.sh
 ./configure $C --with-android-sdk="${ANDROID_SDK}"
@@ -319,8 +319,7 @@ make install
 cd ..
 
 # PulseView
-$GIT_CLONE -b android git://github.com/zeldin/pulseview
-# $GIT_CLONE git://sigrok.org/pulseview
+$GIT_CLONE git://sigrok.org/pulseview
 cd pulseview
 cmake $CM -DANDROID_STL_PATH=${ANDROID_NDK}/sources/cxx-stl .
 make $PARALLEL