aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/socketcan/libsocketcan.inc
diff options
context:
space:
mode:
authorVitus Jensen <vjensen@gmx.de>2010-05-21 04:38:04 +0000
committerEric Bénard <eric@eukrea.com>2010-06-03 21:46:24 +0200
commitd76f5695523ccf8755db393fbd41815c1fa011de (patch)
tree1dd0c73c7964bdc3c09410be1ad4024598b46c51 /recipes/socketcan/libsocketcan.inc
parent92d5f445955dbf49ba509863b27657f4d5757c39 (diff)
downloadopenembedded-d76f5695523ccf8755db393fbd41815c1fa011de.tar.gz
libsocketcan: new recipes
Build pengutronix' libsocketcan (netlink interface), used by newer versions of canutils. can_netlink.h is really linux/can/netlink.h from linux-libc-headers but installed here to be independ of staged linux-libc-headers versions. libsocketcan 0.0.8 automatically installs can_netlink.h, version 0.0.7 is patched to do so. Signed-off-by: Vitus Jensen <vjensen@gmx.de> Signed-off-by: Eric Bénard <eric@eukrea.com>
Diffstat (limited to 'recipes/socketcan/libsocketcan.inc')
-rw-r--r--recipes/socketcan/libsocketcan.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/socketcan/libsocketcan.inc b/recipes/socketcan/libsocketcan.inc
new file mode 100644
index 0000000000..367766c54a
--- /dev/null
+++ b/recipes/socketcan/libsocketcan.inc
@@ -0,0 +1,16 @@
+DESCRIPTION = "Control basic functions in socketcan from userspace"
+AUTHOR = "Luotao Fu"
+HOMEPAGE = "http://www.pengutronix.de"
+SECTION = "libs/network"
+PRIORITY = "optional"
+LICENSE = "LGPL"
+
+TAG = "v${PV}"
+INC_PR = "r0"
+
+SRC_URI = "git://git.pengutronix.de/git/tools/libsocketcan.git;protocol=git;tag=${TAG} \
+ "
+
+S = "${WORKDIR}/git"
+
+inherit autotools_stage pkgconfig