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/files/install-can_netlink.h.patch | |
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/files/install-can_netlink.h.patch')
-rw-r--r-- | recipes/socketcan/files/install-can_netlink.h.patch | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/socketcan/files/install-can_netlink.h.patch b/recipes/socketcan/files/install-can_netlink.h.patch new file mode 100644 index 0000000000..36f5e10f7b --- /dev/null +++ b/recipes/socketcan/files/install-can_netlink.h.patch @@ -0,0 +1,21 @@ +commit 2470d91a6254b062aae8ab6120795a0f28344687 +Author: Vitus Jensen <vitus@vitus.devnet.local> +Date: Tue May 18 16:59:01 2010 +0200 + + install can_netlink.h + +diff --git a/include/GNUmakefile.am b/include/GNUmakefile.am +index 4ba2798..eb35a3a 100644 +--- a/include/GNUmakefile.am ++++ b/include/GNUmakefile.am +@@ -1,8 +1,6 @@ +-noinst_HEADERS = \ +- can_netlink.h +- + nobase_include_HEADERS = \ +- libsocketcan.h ++ libsocketcan.h \ ++ can_netlink.h + + MAINTAINERCLEANFILES = \ + libsocketcan_config.h.in \ |