[oe] [PATCH] can-utils: Change protocol from git to https

Nobuhiro Iwamatsu nobuhiro.iwamatsu.yj at renesas.com
Fri Mar 13 01:49:26 UTC 2015


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>
---
 .../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}"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list