aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb
diff options
context:
space:
mode:
authorMaxin B. John <maxin.john@intel.com>2017-02-24 18:07:07 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-03-01 23:27:10 +0000
commitcfe0def06d981f076ea3bead4a07bfcaee15580e (patch)
tree1712a73625f8abe277df78ee3c8e61c8666bb8b7 /meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb
parent162dac32bedc464d2263d777464b80fc93376688 (diff)
downloadopenembedded-core-contrib-cfe0def06d981f076ea3bead4a07bfcaee15580e.tar.gz
iproute2: upgrade to 4.10.0
4.9.0 -> 4.10.0 added the following patch to fix build with musl libc 1) 0001-libc-compat.h-add-musl-workaround.patch (From OE-Core rev: 306c79e303bd09a2e35a037635e5943d8711ef3d) Signed-off-by: Maxin B. John <maxin.john@intel.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.10.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb
new file mode 100644
index 0000000000..a050e8737e
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb
@@ -0,0 +1,14 @@
+require iproute2.inc
+
+SRC_URI = "${KERNELORG_MIRROR}/linux/utils/net/${BPN}/${BP}.tar.xz \
+ file://configure-cross.patch \
+ file://0001-iproute2-de-bash-scripts.patch \
+ file://0001-libc-compat.h-add-musl-workaround.patch \
+ "
+
+SRC_URI[md5sum] = "b94a2b0edefaeac124dc8f5d006931b9"
+SRC_URI[sha256sum] = "22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8"
+
+# CFLAGS are computed in Makefile and reference CCOPTS
+#
+EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'"