diff options
author | Vitus Jensen <vjensen@gmx.de> | 2010-05-21 04:38:04 +0000 |
---|---|---|
committer | Eric Bénard <eric@eukrea.com> | 2010-06-03 21:46:24 +0200 |
commit | d76f5695523ccf8755db393fbd41815c1fa011de (patch) | |
tree | 1dd0c73c7964bdc3c09410be1ad4024598b46c51 /recipes/socketcan/libsocketcan_0.0.8.bb | |
parent | 92d5f445955dbf49ba509863b27657f4d5757c39 (diff) |
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_0.0.8.bb')
-rw-r--r-- | recipes/socketcan/libsocketcan_0.0.8.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes/socketcan/libsocketcan_0.0.8.bb b/recipes/socketcan/libsocketcan_0.0.8.bb new file mode 100644 index 0000000000..5598a0f582 --- /dev/null +++ b/recipes/socketcan/libsocketcan_0.0.8.bb @@ -0,0 +1,4 @@ +TAG = "v${PV}" +require libsocketcan.inc + +PR = "${INC_PR}.0" |