Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 1 | require iproute2.inc |
| 2 | |
| 3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 4 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
| 5 | " |
| 6 | |
Brad Bishop | 1d80a2e | 2019-11-15 16:35:03 -0500 | [diff] [blame^] | 7 | SRC_URI[md5sum] = "227404413c8d6db649d6188ead1e5a6e" |
| 8 | SRC_URI[sha256sum] = "cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 9 | |
| 10 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 11 | # |
| 12 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" |