blob: 8a86cbf78ca0d39513057024183e823b4bde489e [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 \
Brad Bishopc342db32019-05-15 21:57:59 -04004 file://0001-libc-compat.h-add-musl-workaround.patch \
5 "
6
Brad Bishop1d80a2e2019-11-15 16:35:03 -05007SRC_URI[md5sum] = "227404413c8d6db649d6188ead1e5a6e"
8SRC_URI[sha256sum] = "cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f"
Brad Bishopc342db32019-05-15 21:57:59 -04009
10# CFLAGS are computed in Makefile and reference CCOPTS
11#
12EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"