summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
diff options
context:
space:
mode:
authorShane Wang <shane.wang@intel.com>2012-01-22 16:01:11 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-01-24 11:54:24 +0000
commitd6a55ca79c3a5637a7fa5f3309987aa41bc41b61 (patch)
tree965d57e9e4961b91b9bc65ab0e103a91a638b1b7 /meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
parente96ec29709716ee6a01f61848d9ff2a825fcbb52 (diff)
downloadpoky-d6a55ca79c3a5637a7fa5f3309987aa41bc41b61.tar.gz
iproute2: upgrade to 3.2.0
This patch is to upgrade iproute2 to tag 3.2.0. And the tag is not fully testd by the upstream and has build error. We use the next commit of tag 3.2.0 which fixs the error. (From OE-Core rev: f2a7b225b5a243e0a364be678a71bdc3b0fa99e0) Signed-off-by: Shane Wang <shane.wang@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb')
-rw-r--r--meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
new file mode 100644
index 0000000000..4391fb6fcf
--- /dev/null
+++ b/meta/recipes-connectivity/iproute2/iproute2_3.2.0.bb
@@ -0,0 +1,9 @@
1require iproute2.inc
2
3#v3.2.0 tag is "447c118f138171b260ad045ad6e1b17f9ef462e2"
4#but it was not fully tested and had build error, and the next commit fixed it.
5SRCREV = "13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0"
6SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git \
7 file://configure-cross.patch"
8S = "${WORKDIR}/git"
9