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 | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame] | 7 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" |
| 8 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" |
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}'" |