Files
meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_git.bb
Stefan Müller-Klieser 4d6e129b27 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>
2015-04-13 12:55:48 +02:00

17 lines
460 B
BlitzBasic

SUMMARY = "Linux CAN network development utilities"
DESCRIPTION = "Linux CAN network development"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master"
SRCREV = "67a2bdcd336e6becfa5784742e18c88dbeddc973"
PV = "0.0+gitr${SRCPV}"
S = "${WORKDIR}/git"
inherit autotools pkgconfig