blob: 7ad4b8eee6ac2de4dbe8761726fa8524b25f7723 [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
7SRC_URI[md5sum] = "ee8e2cdb416d4a8ef39525d39ab7c2d0"
8SRC_URI[sha256sum] = "bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b"
9
10# CFLAGS are computed in Makefile and reference CCOPTS
11#
Andrew Geisslerc182c622020-05-15 14:13:32 -050012EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"