summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
diff options
context:
space:
mode:
authorChanghyeok Bae <changhyeok.bae@gmail.com>2017-11-13 16:06:16 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 13:06:12 +0000
commiteac8b65515d3478e4350af7d09d2c365866f8d5b (patch)
tree253e924cbc72ef5c377be0cfa84be937d348ba26 /meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
parentcf8aafe17ddd13a24c265d83f9c0a979bb2170f4 (diff)
downloadpoky-eac8b65515d3478e4350af7d09d2c365866f8d5b.tar.gz
iproute2: upgrade to 4.13
- 0001-include-stdint.h-explicitly-for-UINT16_MAX.patch is already applied to upstream. - Rebase two patches. (From OE-Core rev: 9839de8861c5fb2067664542045c0728653bbcb4) Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb15
1 files changed, 15 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
new file mode 100644
index 0000000000..32bf0d52f1
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2_4.13.0.bb
@@ -0,0 +1,15 @@
1require iproute2.inc
2
3SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
4 file://configure-cross.patch \
5 file://0001-iproute2-de-bash-scripts.patch \
6 file://0001-libc-compat.h-add-musl-workaround.patch \
7 file://0001-ip-Remove-unneed-header.patch \
8 "
9
10SRC_URI[md5sum] = "69dc9e3ece3296890278f0de478330c8"
11SRC_URI[sha256sum] = "9cfb81edf8c8509e03daa77cf62aead01c4a827132f6c506578f94cc19415c50"
12
13# CFLAGS are computed in Makefile and reference CCOPTS
14#
15EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"