Files
meta-openembedded/meta-oe/recipes-extended/socketcan/can-utils_git.bb
T
Denys Dmytriyenko ed7936674b can-utils: update to v2020.02.04
https://github.com/linux-can/can-utils/releases/tag/v2020.02.04

This version is required to build against kernel > 5.2

While at it, drop redundant DESCRIPTION and branch=master

Signed-off-by: Denys Dmytriyenko <denys@ti.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2020-02-27 08:25:49 -08:00

16 lines
394 B
BlitzBasic

SUMMARY = "Linux CAN network development utilities"
LICENSE = "GPLv2 & BSD-3-Clause"
LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=44;md5=a9e1169c6c9a114a61329e99f86fdd31"
DEPENDS = "libsocketcan"
SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git"
SRCREV = "da65fdfe0d1986625ee00af0b56ae17ec132e700"
PV = "2020.02.04"
S = "${WORKDIR}/git"
inherit autotools pkgconfig