canutils: add 4.0.6
authorKoen Kooi <koen@dominion.thruhere.net>
Thu, 10 Nov 2011 14:50:58 +0000 (15:50 +0100)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 16:16:35 +0000 (08:16 -0800)
(From meta-openembedded rev: 512cae98f74f571e46c3e3262b1ddfd1cd9ff579)

Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-openembedded/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb [new file with mode: 0644]

diff --git a/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb b/meta-openembedded/meta-oe/recipes-extended/socketcan/canutils_4.0.6.bb
new file mode 100644 (file)
index 0000000..9feb523
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "canutils (PTX flavour)"
+HOMEPAGE = "http://www.pengutronix.de"
+SECTION = "console/network"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
+
+DEPENDS = "libsocketcan"
+
+TAG = "canutils-${PV}"
+SRC_URI = "git://git.pengutronix.de/git/tools/canutils.git;protocol=git;tag=${TAG} \
+        "
+
+S = "${WORKDIR}/git"
+
+inherit autotools