xref: /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/iproute2/iproute2_5.17.0.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1require 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[sha256sum] = "6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e"
8
9# CFLAGS are computed in Makefile and reference CCOPTS
10#
11EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'"
12