Firewall-friendly download methods for contrib src

After this commit "make prepare" uses HTTP, HTTPS, or FTP where possible
fvor downloading third-party source codes. This prevents problems with
strict firewall rules where only selected ports are usable.

Unfortunately, git.l4android.org does not support Git via HTTP and,
therefore, the sources need a working Git port (9418).

Fixes #443.
This commit is contained in:
Christian Helmuth
2012-10-29 17:16:49 +01:00
committed by Norman Feske
parent 746f3d4603
commit 2f357a7224
4 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
VERBOSE ?= @
ECHO = @echo
GIT_URL = git://git.l4dev.org/codezero.git
GIT_URL = http://git.l4dev.org/codezero.git
GIT_REV = 6fa4884a5a1cf6207372f69ae01e5faa6d5a39c8
CONTRIB_DIR = contrib
PATCHES = $(shell find patches -name *.patch)