Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [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[md5sum] = "ee8e2cdb416d4a8ef39525d39ab7c2d0" | ||||
8 | SRC_URI[sha256sum] = "bac543435cac208a11db44c9cc8e35aa902befef8750594654ee71941c388f7b" | ||||
9 | |||||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | ||||
11 | # | ||||
12 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS} -fcommon'" |