summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-12-29 16:56:01 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-12-29 16:56:01 -0400
commit3a483ffd34fc2ea893edbe6e5740db40f52c5e12 (patch)
tree77554b068daffbb900c641d97405dbfcceb675fd
parentab26861d24c42d9b66ba8fc1463a4ee99071e8a3 (diff)
pin busybox at known-good version for android build
-rw-r--r--standalone/android/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/standalone/android/Makefile b/standalone/android/Makefile
index f5cd67b26..404841bc0 100644
--- a/standalone/android/Makefile
+++ b/standalone/android/Makefile
@@ -108,6 +108,7 @@ $(GIT_ANNEX_ANDROID_SOURCETREE)/openssh/build-stamp: openssh.patch openssh.confi
$(GIT_ANNEX_ANDROID_SOURCETREE)/busybox/build-stamp: busybox_config
cp busybox_config $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox/.config
+ cd $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox && git reset --hard a758e3e1e04e7705f5d37b2f27be654cd0e7282c
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox && yes '' | $(MAKE) oldconfig
cd $(GIT_ANNEX_ANDROID_SOURCETREE)/busybox && $(MAKE)
touch $@