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 \ |
| 4 | file://configure-cross.patch \ |
| 5 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
| 6 | " |
| 7 | |
Brad Bishop | 96ff198 | 2019-08-19 13:50:42 -0400 | [diff] [blame^] | 8 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" |
| 9 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 10 | |
| 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
| 12 | # |
| 13 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" |