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 | |
Brad Bishop | a5c52ff | 2018-11-23 10:55:50 +1300 | [diff] [blame] | 9 | SRC_URI[md5sum] = "67eeebacaac4515cab73dfd2fc796af3" |
| 10 | SRC_URI[sha256sum] = "d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984" |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 11 | |
| 12 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 13 | # |
| 14 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" |