Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame^] | 1 | require iproute2.inc |
2 | |||||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | ||||
4 | file://0001-libc-compat.h-add-musl-workaround.patch \ | ||||
5 | " | ||||
6 | |||||
7 | SRC_URI[sha256sum] = "6e384f1b42c75e1a9daac57866da37dcff909090ba86eb25a6e764da7893660e" | ||||
8 | |||||
9 | # CFLAGS are computed in Makefile and reference CCOPTS | ||||
10 | # | ||||
11 | EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'" |