Patrick Williams | 92b42cb | 2022-09-03 06:53:57 -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 | file://0001-ip-ipstats.c-add-an-include-where-MIN-is-defined.patch \ |
| 6 | file://0001-configure-Define-_GNU_SOURCE-when-checking-for-setns.patch \ |
| 7 | " |
| 8 | |
| 9 | SRC_URI[sha256sum] = "26b7a34d6a7fd2f7a42e2b39c5a90cb61bac522d1096067ffeb195e5693d7791" |
| 10 | |
| 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 12 | # |
| 13 | EXTRA_OEMAKE:append = " CCOPTS='${CFLAGS}'" |