mirror of
https://git.yoctoproject.org/poky
synced 2026-02-09 18:23:02 +01:00
commit 1fe8e0f074c [include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.h] breaks the builds of net-tools. We remove the new includes until such a time that userspace can adapt to the new kernel headers. (From OE-Core rev: cd3720317abaff1e857cfb6b1e2a3741baf8f944) Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
18 lines
576 B
BlitzBasic
18 lines
576 B
BlitzBasic
require linux-libc-headers.inc
|
|
|
|
PV = "4.8"
|
|
|
|
SRC_URI_append_libc-musl = "\
|
|
file://0001-libc-compat.h-fix-some-issues-arising-from-in6.h.patch \
|
|
file://0002-libc-compat.h-prevent-redefinition-of-struct-ethhdr.patch \
|
|
file://0003-remove-inclusion-of-sysinfo.h-in-kernel.h.patch \
|
|
"
|
|
|
|
SRC_URI_append = "\
|
|
file://0001-ppp-fix-in-if.h-includes.patch \
|
|
file://0001-if_tunnel-remove-include-of-if-ip-in6.h.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "c1af0afbd3df35c1ccdc7a5118cd2d07"
|
|
SRC_URI[sha256sum] = "3e9150065f193d3d94bcf46a1fe9f033c7ef7122ab71d75a7fb5a2f0c9a7e11a"
|