blob: 3e01c708016abf5b2b19f3bb0eea30b461123bb1 [file] [log] [blame]
Andrew Geissler9aee5002022-03-30 16:27:02 +00001require iproute2.inc
2
3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
4 file://0001-libc-compat.h-add-musl-workaround.patch \
5 "
6
Andrew Geissler78b72792022-06-14 06:47:25 -05007SRC_URI[sha256sum] = "5ba3d464d51c8c283550d507ffac3d10f7aec587b7c66b0ccb6950643646389e"
Andrew Geissler9aee5002022-03-30 16:27:02 +00008
9# CFLAGS are computed in Makefile and reference CCOPTS
10#
11EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'"