mirror of
https://git.yoctoproject.org/poky
synced 2026-07-27 19:37:10 +00:00
14cd284ce1
Backport three patches from upstream for ppc64: http://git.kernel.org/cgit/linux/kernel/git/shemminger/iproute2.git ae70d96 ipntable: more fixes for ppc64 a55a8fd fix dependency on sizeof(__u64) == sizeof(unsigned long long) a7c2882 ip: fix ipv6 ntable on ppc64 (From OE-Core rev: 041f784c06403e1d418be677fd15ea159c3bf90d) Signed-off-by: Ting Liu <b28495@freescale.com> Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
19 lines
695 B
BlitzBasic
19 lines
695 B
BlitzBasic
require iproute2.inc
|
|
|
|
PR = "r2"
|
|
|
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BPN}-${PV}.tar.xz \
|
|
file://configure-cross.patch \
|
|
file://0001-Fix-compilation-error-of-m_ipt.c-with-Werror-enabled.patch \
|
|
file://0001-ip-fix-ipv6-ntable-on-ppc64.patch \
|
|
file://0003-fix-dependency-on-sizeof-__u64-sizeof-unsigned-long-.patch \
|
|
file://0004-ipntable-more-fixes-for-ppc64.patch \
|
|
"
|
|
|
|
SRC_URI[md5sum] = "951622fd770428116dc165acba375414"
|
|
SRC_URI[sha256sum] = "579145749f1aaf60e7c7a5de24b7f00fa2200a961094733c792b4ff139181e4f"
|
|
|
|
# CFLAGS are computed in Makefile and reference CCOPTS
|
|
#
|
|
EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"
|