package/libv4l: add missing bpf_common.h header
authorPeter Seiderer <ps.report@gmx.net>
Fri, 2 Nov 2018 19:01:08 +0000 (20:01 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 3 Nov 2018 13:27:50 +0000 (14:27 +0100)
commitf10aa4252a9fc0332a2ffd6845a72adb3b1d9120
treeaacf08cbc74418b43aeeb689a4bf5148a257cb41
parentd9dcd5aa1a18154deb9556e6c15c0c82044a40fc
package/libv4l: add missing bpf_common.h header

Fixes [1] (for older toolchains not providing this header):

    CC       keytable.o
  In file included from bpf.h:26:0,
                   from keytable.c:37:
  ../../include/linux/bpf.h:12:10: fatal error: linux/bpf_common.h: No such file or directory
   #include <linux/bpf_common.h>
            ^~~~~~~~~~~~~~~~~~~~

[1] http://autobuild.buildroot.org/results/d22c0939eed4bc949f7eaeae7595d01ec45cc2cd

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libv4l/0005-Add-missing-linux-bpf_common.h.patch [new file with mode: 0644]