summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2018-11-22 01:48:29 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-11-23 23:35:19 +0000
commite9af47b7adda5297565ef0546b23728f4cedcdfa (patch)
treed33903da356855cb1ffacae8c4ed678ccc85195e /meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb
parent9d2f4b00e1071508535cee8a09ad5d74f2cc6d42 (diff)
downloadpoky-e9af47b7adda5297565ef0546b23728f4cedcdfa.tar.gz
iproute2: 4.18.0 -> 4.19.0
(From OE-Core rev: b5acefc041b2316c75eefae745d894412ac7bd78) 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_4.19.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb
new file mode 100644
index 0000000000..6db4062d68
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2_4.19.0.bb
@@ -0,0 +1,14 @@
1require iproute2.inc
2
3SRC_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 file://0001-ip-Remove-unneed-header.patch \
7 "
8
9SRC_URI[md5sum] = "67eeebacaac4515cab73dfd2fc796af3"
10SRC_URI[sha256sum] = "d9ec5ca1f47d8a85416fa26e7dc1cbf5d067640eb60e90bdc1c7e5bdc6a29984"
11
12# CFLAGS are computed in Makefile and reference CCOPTS
13#
14EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"