Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "Linux CAN network development utilities" |
| 2 | DESCRIPTION = "Linux CAN network development" |
| 3 | LICENSE = "GPLv2 & BSD-3-Clause" |
| 4 | LIC_FILES_CHKSUM = "file://include/linux/can.h;endline=43;md5=390a2c9a3c5e3595a069ac1436553ee7" |
| 5 | |
| 6 | DEPENDS = "libsocketcan" |
| 7 | |
Brad Bishop | 0f291cc | 2019-09-01 15:16:57 -0400 | [diff] [blame] | 8 | SRC_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 Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 11 | SRCREV = "4c8fb05cb4d6ddcd67299008db54af423f86fd05" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 12 | |
| 13 | PV = "0.0+gitr${SRCPV}" |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |