diff options
| -rw-r--r-- | meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb new file mode 100644 index 0000000000..9feb523730 --- /dev/null +++ b/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "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 | TAG = "canutils-${PV}" | ||
| 11 | SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ | ||
| 12 | " | ||
| 13 | |||
| 14 | S = "${WORKDIR}/git" | ||
| 15 | |||
| 16 | inherit autotools | ||
