From 22215b5baf745d50b4a96941f889ea56f63cf0ce Mon Sep 17 00:00:00 2001 From: Eric Bénard Date: Thu, 3 Jun 2010 21:43:33 +0200 Subject: canutils: move 3.0.2 in socketcan directory MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Eric Bénard --- recipes/socketcan/canutils_3.0.2.bb | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 recipes/socketcan/canutils_3.0.2.bb (limited to 'recipes/socketcan') diff --git a/recipes/socketcan/canutils_3.0.2.bb b/recipes/socketcan/canutils_3.0.2.bb new file mode 100644 index 0000000000..dffa9415f0 --- /dev/null +++ b/recipes/socketcan/canutils_3.0.2.bb @@ -0,0 +1,14 @@ +DESCRIPTION = "A collection of CAN utilities" +LICENSE = "GPL" + +PRIORITY = "optional" +DEPENDS = "linux-libc-headers perl-native" +PR = "r0" + +SRC_URI = "http://www.pengutronix.de/software/socket-can/download/canutils/v3.0/${P}.tar.bz2" + +inherit autotools pkgconfig + + +SRC_URI[md5sum] = "45787d61ba969bcf08b7a65143fad8e3" +SRC_URI[sha256sum] = "3b10a3e62de58c593d53b7913e4d16b7785469b66fd9da0190b01fa3f6c73f92" -- cgit 1.2.3-korg