blob: 44575bd50c85efacd1040b5a329c90604fff73ce [file] [log] [blame]
Andrew Geissler82c905d2020-04-13 13:39:40 -05001require iproute2.inc
2
3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
4 file://0001-libc-compat.h-add-musl-workaround.patch \
Andrew Geissler5a43b432020-06-13 10:46:56 -05005 "
Andrew Geissler82c905d2020-04-13 13:39:40 -05006
Andrew Geissler5f350902021-07-23 13:09:54 -04007SRC_URI[sha256sum] = "72a2e53774cac9e65f7b617deebb2059f87e8960d6e9713e4d788cea966f1b36"
Andrew Geissler82c905d2020-04-13 13:39:40 -05008
9# CFLAGS are computed in Makefile and reference CCOPTS
10#
Patrick Williams213cb262021-08-07 19:21:33 -050011EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'"