diff options
| author | Maxin B. John <maxin.john@intel.com> | 2015-11-18 11:34:34 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-12-01 21:32:07 +0000 |
| commit | 14086424d42e181cfa8916995eeb67c0fd8d342d (patch) | |
| tree | 1693e3c283c3030af78dd37917919a00fdca39bb /meta/recipes-connectivity/iproute2/iproute2_4.3.0.bb | |
| parent | e677c25729f8e801d612e5caa0f168f3c4ce73fe (diff) | |
| download | poky-14086424d42e181cfa8916995eeb67c0fd8d342d.tar.gz | |
iproute2: update to 4.3.0
4.1.1 -> 4.3.0
(From OE-Core rev: 9d48756fc3961920ede177a0d94b05071e6a0e0f)
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.3.0.bb')
| -rw-r--r-- | meta/recipes-connectivity/iproute2/iproute2_4.3.0.bb | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_4.3.0.bb b/meta/recipes-connectivity/iproute2/iproute2_4.3.0.bb new file mode 100644 index 0000000000..0b3d896047 --- /dev/null +++ b/meta/recipes-connectivity/iproute2/iproute2_4.3.0.bb | |||
| @@ -0,0 +1,12 @@ | |||
| 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 | " | ||
| 7 | SRC_URI[md5sum] = "1a2bbb80cfc7ab3f3e987e18b3207c2f" | ||
| 8 | SRC_URI[sha256sum] = "f03b1188dd6c039512424de82ff7a8f3b446680bd4e908ff42a7b9b137422995" | ||
| 9 | |||
| 10 | # CFLAGS are computed in Makefile and reference CCOPTS | ||
| 11 | # | ||
| 12 | EXTRA_OEMAKE_append = " CCOPTS='${CFLAGS}'" | ||
