mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
can-utils_git.bb: fix SRC_URI
gitorious.org is closing down the can-utils project moved to github.com Signed-off-by: Stefan Müller-Klieser <s.mueller-klieser@phytec.de> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
4aed3580d0
commit
4d6e129b27
@@ -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=https;branch=master"
|
||||
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master"
|
||||
SRCREV = "67a2bdcd336e6becfa5784742e18c88dbeddc973"
|
||||
|
||||
PV = "0.0+gitr${SRCPV}"
|
||||
|
||||
Reference in New Issue
Block a user