diff options
author | Maxin B. John <maxin.john@intel.com> | 2017-02-24 18:07:07 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-03-01 23:27:10 +0000 |
commit | cfe0def06d981f076ea3bead4a07bfcaee15580e (patch) | |
tree | 1712a73625f8abe277df78ee3c8e61c8666bb8b7 /meta/recipes-connectivity/iproute2/iproute2_4.10.0.bb | |
parent | 162dac32bedc464d2263d777464b80fc93376688 (diff) | |
download | poky-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.bb | 14 |
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 @@ | |||
1 | require iproute2.inc | ||
2 | |||
3 | SRC_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 | " | ||
8 | |||
9 | SRC_URI[md5sum] = "b94a2b0edefaeac124dc8f5d006931b9" | ||
10 | SRC_URI[sha256sum] = "22b1e1c1fc704ad35837e5a66103739727b8b48ac90b48c13f79b7367ff0a9a8" | ||
11 | |||
12 | # CFLAGS are computed in Makefile and reference CCOPTS | ||
13 | # | ||
14 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" | ||