canutils: add 3.0.2 - needs recent linux-libc-headers
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 7 Sep 2009 22:02:52 +0000 (00:02 +0200)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 7 Sep 2009 22:04:19 +0000 (00:04 +0200)
recipes/canutils/canutils_3.0.2.bb [new file with mode: 0644]

diff --git a/recipes/canutils/canutils_3.0.2.bb b/recipes/canutils/canutils_3.0.2.bb
new file mode 100644 (file)
index 0000000..b748641
--- /dev/null
@@ -0,0 +1,11 @@
+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
+