mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 14:59:55 +00:00
can-utils: Create git version
Linux CAN network development utilities - newer version than canutils Signed-off-by: Lauren Post <lauren.post@freescale.com> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
c99803b0e5
commit
6d12182770
@@ -0,0 +1,16 @@
|
||||
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://git.gitorious.org/linux-can/${BPN}.git;protocol=git;branch=master"
|
||||
SRCREV = "67a2bdcd336e6becfa5784742e18c88dbeddc973"
|
||||
|
||||
PV = "0.0+gitr${SRCPV}"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user