aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iproute2/iproute2_2.6.35.1.bb
diff options
context:
space:
mode:
authorMichael Smith <msmith@cbnco.com>2010-12-08 09:17:32 -0500
committerMichael Smith <msmith@cbnco.com>2010-12-09 09:48:15 -0500
commit8e9142056030e53e7fe17fd32e0927a6eae4b616 (patch)
tree671aef5568e4dc2b2e418f0d41627a939a6854a9 /recipes/iproute2/iproute2_2.6.35.1.bb
parent84ab2a190e11faab5090bacc936c645ca31dd073 (diff)
downloadopenembedded-8e9142056030e53e7fe17fd32e0927a6eae4b616.tar.gz
iproute2: upgrade to 2.6.35.1
Upgrade 2.6.35 to 2.6.35.1. The new version fixes "ip route get" and "ip addr flush". Signed-off-by: Michael Smith <msmith@cbnco.com> Acked-by: Stefan Schmidt <stefan@datenfreihafen.org>
Diffstat (limited to 'recipes/iproute2/iproute2_2.6.35.1.bb')
-rw-r--r--recipes/iproute2/iproute2_2.6.35.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/iproute2/iproute2_2.6.35.1.bb b/recipes/iproute2/iproute2_2.6.35.1.bb
new file mode 100644
index 0000000000..7b4c2d669d
--- /dev/null
+++ b/recipes/iproute2/iproute2_2.6.35.1.bb
@@ -0,0 +1,19 @@
+require iproute2.inc
+
+PR = "${INC_PR}.0"
+
+# There is no tarball for v2.6.35.1, but there is a tag.
+SRCREV = "v${PV}"
+
+SRC_URI = "git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git;protocol=git \
+ file://configure-cross.patch \
+ "
+
+S = "${WORKDIR}/git"
+
+do_configure () {
+ ./configure ${STAGING_DIR_TARGET}
+}
+
+FILES_${PN} += "${base_libdir}/tc/*.so"
+FILES_${PN}-dbg += "${base_libdir}/tc/.debug"