[oe-commits] Nobuhiro Iwamatsu : can-utils: Change protocol from git to https

git at git.openembedded.org git at git.openembedded.org
Fri Mar 13 13:51:21 UTC 2015


Module: meta-openembedded.git
Branch: master-next
Commit: e43c1daf801a5ed40c7257769db644abb76b53b5
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=e43c1daf801a5ed40c7257769db644abb76b53b5

Author: Nobuhiro Iwamatsu <nobuhiro.iwamatsu.yj at renesas.com>
Date:   Fri Mar 13 10:49:26 2015 +0900

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 at renesas.com>
Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>

---

 meta-oe/recipes-extended/socketcan/can-utils_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/socketcan/can-utils_git.bb b/meta-oe/recipes-extended/socketcan/can-utils_git.bb
index d8de9df..1f7f751 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}"



More information about the Openembedded-commits mailing list