diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2019-11-07 10:09:07 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-11-10 14:06:10 +0000 |
commit | 77fdbd2a0915db7c64749d0452118cc163111f65 (patch) | |
tree | 945a82dcc869b758c4ba675dc55fb439533e78a4 /meta | |
parent | 381ebd7439ec5acd06b0f322d919299a39623b74 (diff) | |
download | poky-77fdbd2a0915db7c64749d0452118cc163111f65.tar.gz |
iproute2: update 5.2.0 -> 5.3.0
(From OE-Core rev: 717787910d05f6609432cf7f0292aedf277433a0)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.3.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.3.0.bb index 1728cd69a1..8a86cbf78c 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.3.0.bb | |||
@@ -4,8 +4,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
4 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 4 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
5 | " | 5 | " |
6 | 6 | ||
7 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" | 7 | SRC_URI[md5sum] = "227404413c8d6db649d6188ead1e5a6e" |
8 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" | 8 | SRC_URI[sha256sum] = "cb1c1e45993a3bd2438543fd4332d70f1726a6e6ff97dc613a8258c993117b3f" |
9 | 9 | ||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | 10 | # CFLAGS are computed in Makefile and reference CCOPTS |
11 | # | 11 | # |