From: Yann E. MORIN Date: Tue, 28 Apr 2015 22:39:58 +0000 (+0200) Subject: boot/gummiboot: switch to http for git clone X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5977d77aea6638cf26156551a4a85747e883d6ac;p=buildroot.git boot/gummiboot: switch to http for git clone The git:// protocol may not go through conservative corporate firewalls. Use http, that goes out through about anything. Signed-off-by: "Yann E. MORIN" Signed-off-by: Thomas Petazzoni --- diff --git a/boot/gummiboot/gummiboot.mk b/boot/gummiboot/gummiboot.mk index 72f9c53ca6..02ad28b40b 100644 --- a/boot/gummiboot/gummiboot.mk +++ b/boot/gummiboot/gummiboot.mk @@ -4,7 +4,8 @@ # ################################################################################ -GUMMIBOOT_SITE = git://anongit.freedesktop.org/gummiboot +GUMMIBOOT_SITE = http://cgit.freedesktop.org/gummiboot +GUMMIBOOT_SITE_METHOD = git GUMMIBOOT_VERSION = 43 GUMMIBOOT_LICENSE = LGPLv2.1+ GUMMIBOOT_LICENSE_FILES = LICENSE