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>
This commit is contained in:
Nobuhiro Iwamatsu 2015-03-13 10:49:26 +09:00 committed by Martin Jansa
parent ba72b88a41
commit ccd12ac24c

View File

@ -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}"