Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [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-libc-compat.h-add-musl-workaround.patch \ |
| 6 | file://0001-ip-Remove-unneed-header.patch \ |
| 7 | " |
| 8 | |
| 9 | SRC_URI[md5sum] = "8b8680e91390c57cab788fbf8e929479" |
| 10 | SRC_URI[sha256sum] = "a9e6c70c95f513871c5e1f4e452c04fcb3c4d8a05be651bd794cd994a52daa45" |
| 11 | |
| 12 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 13 | # |
| 14 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" |