diff options
author | Florian Boor <florian.boor@kernelconcepts.de> | 2009-09-08 00:02:52 +0200 |
---|---|---|
committer | Florian Boor <florian.boor@kernelconcepts.de> | 2009-09-08 00:04:19 +0200 |
commit | 5fa71fccd6802409fa6a3fb168a3e39278d1a462 (patch) | |
tree | 24d6b6005a10ecfe2a37477ed14cb3f801f53375 | |
parent | 5d8aa57291b545c9c5c5268e25ef87d1d022faf0 (diff) |
canutils: add 3.0.2 - needs recent linux-libc-headers
-rw-r--r-- | recipes/canutils/canutils_3.0.2.bb | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/recipes/canutils/canutils_3.0.2.bb b/recipes/canutils/canutils_3.0.2.bb new file mode 100644 index 0000000000..b748641e7d --- /dev/null +++ b/recipes/canutils/canutils_3.0.2.bb @@ -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 + |