diff options
Diffstat (limited to 'recipes/socketcan/canutils.inc')
-rw-r--r-- | recipes/socketcan/canutils.inc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/socketcan/canutils.inc b/recipes/socketcan/canutils.inc new file mode 100644 index 0000000000..596785f540 --- /dev/null +++ b/recipes/socketcan/canutils.inc @@ -0,0 +1,16 @@ +DESCRIPTION = "canutils (PTX flavour)" +AUTHOR = "Luotao Fu" +HOMEPAGE = "http://www.pengutronix.de" +SECTION = "console/network" +PRIORITY = "optional" +LICENSE = "LGPL" +DEPENDS = "libsocketcan" +RCONFLICTS = "socketcan-utils-test" +INC_PR = "r0" + +SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \ + " + +S = "${WORKDIR}/git" + +inherit autotools |