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/recipes-connectivity/iproute2/iproute2_5.2.0.bb | |
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/recipes-connectivity/iproute2/iproute2_5.2.0.bb')
-rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb deleted file mode 100644 index 1728cd69a1..0000000000 --- a/meta/recipes-connectivity/iproute2/iproute2_5.2.0.bb +++ /dev/null | |||
@@ -1,12 +0,0 @@ | |||
1 | require iproute2.inc | ||
2 | |||
3 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \ | ||
4 | file://0001-libc-compat.h-add-musl-workaround.patch \ | ||
5 | " | ||
6 | |||
7 | SRC_URI[md5sum] = "0cb2736e7bc2f56254a363d3d23703b7" | ||
8 | SRC_URI[sha256sum] = "a5b95dec26353fc71dba9bb403e9343fad2a06bd69fb154a22a2aa2914f74da8" | ||
9 | |||
10 | # CFLAGS are computed in Makefile and reference CCOPTS | ||
11 | # | ||
12 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" | ||