Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | require iproute2.inc |
| 2 | |
| 3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ |
| 4 | file://configure-cross.patch \ |
| 5 | file://0001-iproute2-de-bash-scripts.patch \ |
| 6 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
| 7 | file://0001-ip-Remove-unneed-header.patch \ |
| 8 | " |
| 9 | |
| 10 | SRC_URI[md5sum] = "1075423d7029e02a8f23ed4f42b7e372" |
| 11 | SRC_URI[sha256sum] = "d43ac068afcc350a448f4581b6e292331ef7e4e7aa746e34981582d5fdb10067" |
| 12 | |
| 13 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 14 | # |
| 15 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" |