diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-22 13:02:39 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-27 17:06:34 +0100 |
commit | 1007307f3b74cd2c1b3b3c5b4131a084d92b6960 (patch) | |
tree | 97ecefa0cd6a67cce6fc8a5eda54752066a73cf9 /meta/recipes-connectivity/iproute2 | |
parent | 80f115908e49f7c416c1a1114b1e476e1c47198d (diff) | |
download | poky-1007307f3b74cd2c1b3b3c5b4131a084d92b6960.tar.gz |
iproute2: upgrade 5.0.0 -> 5.1.0
(From OE-Core rev: dc9ff41d4087d9a6e3e070f35ba95de547728b9c)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb (renamed from meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb index 8f33c7fe19..6854a13004 100644 --- a/meta/recipes-connectivity/iproute2/iproute2_5.0.0.bb +++ b/meta/recipes-connectivity/iproute2/iproute2_5.1.0.bb | |||
@@ -5,8 +5,8 @@ SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | |||
5 | file://0001-libc-compat.h-add-musl-workaround.patch \ | 5 | file://0001-libc-compat.h-add-musl-workaround.patch \ |
6 | " | 6 | " |
7 | 7 | ||
8 | SRC_URI[md5sum] = "d22107b4d7cfb999eeb8ad8a0aec1124" | 8 | SRC_URI[md5sum] = "a2b8349abf4ae00e92155fda22de4d5e" |
9 | SRC_URI[sha256sum] = "df047302a39650ef832c07e8dab5df7a23218cd398bd310c8628e386161d20ba" | 9 | SRC_URI[sha256sum] = "dc5a980873eabf6b00c0be976b6e5562b1400d47d1d07d2ac35d5e5acbcf7bcf" |
10 | 10 | ||
11 | # CFLAGS are computed in Makefile and reference CCOPTS | 11 | # CFLAGS are computed in Makefile and reference CCOPTS |
12 | # | 12 | # |