From: Florian Boor Date: Mon, 7 Sep 2009 22:02:52 +0000 (+0200) Subject: canutils: add 3.0.2 - needs recent linux-libc-headers X-Git-Tag: Release-2010-05/1~2501 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5fa71fccd6802409fa6a3fb168a3e39278d1a462;p=openembedded.git canutils: add 3.0.2 - needs recent linux-libc-headers --- 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 +