blob: 9ab90537393e9d08e594897e0e32351aa2509357 [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 \
5 "
6
Andrew Geissler1e34c2d2020-05-29 16:02:59 -05007SRC_URI[md5sum] = "9da0c352707c34b8b1fec3bf42fcfd09"
8SRC_URI[sha256sum] = "1b5b0e25ce6e23da7526ea1da044e814ad85ba761b10dd29c2b027c056b04692"
Andrew Geissler82c905d2020-04-13 13:39:40 -05009
10# CFLAGS are computed in Makefile and reference CCOPTS
11#
Andrew Geisslerc182c622020-05-15 14:13:32 -050012EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"