aboutsummaryrefslogtreecommitdiff
path: root/meta-linaro
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2014-03-12 08:40:42 +0100
committerKoen Kooi <koen.kooi@linaro.org>2014-03-12 08:45:49 +0100
commit2fe088842884d48c596e49ad7c618b4cb7a6aec2 (patch)
tree29c4f79d3100c429c9e7180c6287a5e58cc47a6e /meta-linaro
parent0b7c4b4a2a6ddc9edd39c40c57c2be78ee1215f2 (diff)
gator: switch SRC_URI to http protocol
Change-Id: I4a3020390a9bd606e66e058d25167897f78e4e53 Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-linaro')
-rw-r--r--meta-linaro/recipes-kernel/gator/gator_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-linaro/recipes-kernel/gator/gator_git.bb b/meta-linaro/recipes-kernel/gator/gator_git.bb
index 8aed22f9..edd4945e 100644
--- a/meta-linaro/recipes-kernel/gator/gator_git.bb
+++ b/meta-linaro/recipes-kernel/gator/gator_git.bb
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://driver/LICENSE;md5=b234ee4d69f5fce4486a80fdaf4a4263"
inherit update-rc.d
-SRC_URI = "git://git.linaro.org/arm/ds5/gator.git \
+SRC_URI = "git://git.linaro.org/arm/ds5/gator.git;protocol=http \
file://gator.init "
SRCREV = "${AUTOREV}"