From 5fa71fccd6802409fa6a3fb168a3e39278d1a462 Mon Sep 17 00:00:00 2001 From: Florian Boor Date: Tue, 8 Sep 2009 00:02:52 +0200 Subject: [PATCH] canutils: add 3.0.2 - needs recent linux-libc-headers --- recipes/canutils/canutils_3.0.2.bb | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 recipes/canutils/canutils_3.0.2.bb 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 + -- 2.47.2