Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | SUMMARY = "canutils (PTX flavour)" |
| 2 | HOMEPAGE = "http://www.pengutronix.de" |
| 3 | SECTION = "console/network" |
| 4 | |
| 5 | LICENSE = "GPLv2" |
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
| 7 | |
| 8 | DEPENDS = "libsocketcan" |
| 9 | |
| 10 | SRCREV = "299dff7f5322bf0348dcdd60071958ebedf5f09d" |
| 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git \ |
| 12 | file://0001-canutils-candump-Add-error-frame-s-handling.patch \ |
| 13 | " |
| 14 | |
| 15 | S = "${WORKDIR}/git" |
| 16 | |
| 17 | inherit autotools pkgconfig |
| 18 | |
| 19 | # Busybox ip doesn't support can interface configuration, use the real thing |
| 20 | RDEPENDS_${PN} += "iproute2" |