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 | |
| 8 | SRC_URI = "git://github.com/linux-can/${BPN}.git;protocol=git;branch=master" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 9 | SRCREV = "4c8fb05cb4d6ddcd67299008db54af423f86fd05" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 10 | |
| 11 | PV = "0.0+gitr${SRCPV}" |
| 12 | |
| 13 | S = "${WORKDIR}/git" |
| 14 | |
| 15 | inherit autotools pkgconfig |
| 16 | |