blob: 8f33c7fe194bd5e466d56c469037c926e52cee92 [file] [log] [blame]
Brad Bishopc342db32019-05-15 21:57:59 -04001require iproute2.inc
2
3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
4 file://configure-cross.patch \
5 file://0001-libc-compat.h-add-musl-workaround.patch \
6 "
7
8SRC_URI[md5sum] = "d22107b4d7cfb999eeb8ad8a0aec1124"
9SRC_URI[sha256sum] = "df047302a39650ef832c07e8dab5df7a23218cd398bd310c8628e386161d20ba"
10
11# CFLAGS are computed in Makefile and reference CCOPTS
12#
13EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"