summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_3.8.0.bb
blob: 65164cba6068c8ada0a8b27c4dcdf0396e85ed4a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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}'"