diff options
| author | Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com> | 2019-07-15 04:33:37 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-07-16 13:53:16 +0100 |
| commit | 8fe735e7c9c320fa5abb5018583ca424db46ad5f (patch) | |
| tree | 3105700e3f01173781d503a1d3052bcf9342eebf /meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb | |
| parent | 2552109842383658991db0b5176f6c288f82c234 (diff) | |
| download | poky-8fe735e7c9c320fa5abb5018583ca424db46ad5f.tar.gz | |
iproute2: update to 5.2.0
(From OE-Core rev: e7844826305000f61e80268b74bf9cb85a005d4b)
Signed-off-by: Oleksandr Kravchuk <open.source@oleksandr-kravchuk.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb')
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb new file mode 100644 index 0000000000..8ef529d91a --- /dev/null +++ b/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 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 | |||
| 8 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" | ||
| 9 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" | ||
| 10 | |||
| 11 | # CFLAGS are computed in Makefile and reference CCOPTS | ||
| 12 | # | ||
| 13 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" | ||
