aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorNobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com>2015-03-13 10:49:26 +0900
committerMartin Jansa <Martin.Jansa@gmail.com>2015-03-21 16:42:23 +0100
commitccd12ac24cf41d483738a01dc4accae4bca7cddd (patch)
tree6787525eff4ca5579fa65014abc59677605acdd6 /meta-oe/recipes-extended
parentba72b88a4147ae2d050aa0a8d452a07e09330e33 (diff)
downloadmeta-openembedded-contrib-ccd12ac24cf41d483738a01dc4accae4bca7cddd.tar.gz
can-utils: Change protocol from git to https
gitorious.org that is hosting can-utils has stopped providing git protocol. That https is provided instead. This will change protocol to get can-utils of source code from git to https. Signed-off-by: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj@renesas.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended')
-rw-r--r--meta-oe/recipes-extended/socketcan/can-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index d8de9dfd27..1f7f751d5c 100644
--- a/meta-oe/recipes-extended/socketcan/can-utils_git.bb
+++ b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a0
DEPENDS = "libsocketcan"
-SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=git;branch=master"
+SRC_URI = "git://git.gitorious.org/linux-can/${BPN}.git;protocol=https;branch=master"
SRCREV = "67a2bdcd336e6becfa5784742e18c88dbeddc973"
PV = "0.0+gitr${SRCPV}"