aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/iproute2
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
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')
-rw-r--r--recipes/iproute2/iproute2-2.6.35.1/configure-cross.patch (renamed from recipes/iproute2/iproute2-2.6.35/configure-cross.patch)0
-rw-r--r--recipes/iproute2/iproute2_2.6.35.1.bb19
-rw-r--r--recipes/iproute2/iproute2_2.6.35.bb19
3 files changed, 19 insertions, 19 deletions
diff --git a/recipes/iproute2/iproute2-2.6.35/configure-cross.patch b/recipes/iproute2/iproute2-2.6.35.1/configure-cross.patch
index 631d6bf958..631d6bf958 100644
--- a/recipes/iproute2/iproute2-2.6.35/configure-cross.patch
+++ b/recipes/iproute2/iproute2-2.6.35.1/configure-cross.patch
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"
diff --git a/recipes/iproute2/iproute2_2.6.35.bb b/recipes/iproute2/iproute2_2.6.35.bb
deleted file mode 100644
index eaa511f021..0000000000
--- a/recipes/iproute2/iproute2_2.6.35.bb
+++ /dev/null
@@ -1,19 +0,0 @@
-require iproute2.inc
-
-PR = "${INC_PR}.0"
-
-SRC_URI = "http://devresources.linuxfoundation.org/dev/iproute2/download/${P}.tar.bz2 \
- file://configure-cross.patch \
- "
-
-SRC_URI[md5sum] = "b0f281b3124bf04669e18f5fe16d4934"
-SRC_URI[sha256sum] = "8ab2f47e129925fb8acb09421008d07aeafa01b2ddd1fcba4a056de079f090a3"
-
-S = "${WORKDIR}/iproute2-${PV}"
-
-do_configure () {
- ./configure ${STAGING_DIR_TARGET}
-}
-
-FILES_${PN} += "${base_libdir}/tc/*.so"
-FILES_${PN}-dbg += "${base_libdir}/tc/.debug" \ No newline at end of file