|
@@ -154,8 +154,8 @@ $(eval $(call SetupHostCommand,python,Please install Python 2.x, \
|
|
$(eval $(call SetupHostCommand,svn,Please install the Subversion client, \
|
|
$(eval $(call SetupHostCommand,svn,Please install the Subversion client, \
|
|
svn --version | grep Subversion))
|
|
svn --version | grep Subversion))
|
|
|
|
|
|
-$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.6.5, \
|
|
|
|
- git clone 2>&1 | grep -- --recursive))
|
|
|
|
|
|
+$(eval $(call SetupHostCommand,git,Please install Git (git-core) >= 1.7.12.2, \
|
|
|
|
+ git submodule update --help 2>&1 | grep -- --recursive))
|
|
|
|
|
|
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
|
$(eval $(call SetupHostCommand,file,Please install the 'file' package, \
|
|
file --version 2>&1 | grep file))
|
|
file --version 2>&1 | grep file))
|