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:47:02 +0100
commit6b95556be10f6d276328282dbf7c5392d5982312 (patch)
tree87e2bddabf6b66fbeaf1e72683b9a15ff3ef2fb4 /meta-linaro
parentf24ee24b30b79269cbfa1282250c43510e1fad6f (diff)
gator: switch SRC_URI to http protocol
Change-Id: Ia4defdf09e1c647d860f872e6ec2d583b041ca98 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}"