blob: db5055fedd181301c6028c273ab39acd66506773 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Linux CAN network development utilities"
2DESCRIPTION = "Linux CAN network development"
3LICENSE = "GPLv2 & BSD-3-Clause"
4LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7"
5
6DEPENDS = "libsocketcan"
7
Brad Bishop0f291cc2019-09-01 15:16:57 -04008SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master \
9 file://0001-fix-include-to-find-SIOCGSTAMP-with-latest-kernel.patch \
10 "
Brad Bishopd7bf8c12018-02-25 22:55:05 -050011SRCREV = "4c8fb05cb4d6ddcd67299008db54af423f86fd05"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050012
13PV = "0.0+gitr${SRCPV}"
14
15S = "${WORKDIR}/git"
16
17inherit autotools pkgconfig
18