[oe-commits] Michael Smith : iproute2: upgrade to 2.6.35.1

git version control git at git.openembedded.org
Thu Dec 9 14:48:45 UTC 2010


Module: openembedded.git
Branch: master
Commit: 8e9142056030e53e7fe17fd32e0927a6eae4b616
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=8e9142056030e53e7fe17fd32e0927a6eae4b616

Author: Michael Smith <msmith at cbnco.com>
Date:   Wed Dec  8 09:17:32 2010 -0500

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 at cbnco.com>
Acked-by: Stefan Schmidt <stefan at datenfreihafen.org>

---

 .../configure-cross.patch                          |    0
 recipes/iproute2/iproute2_2.6.35.1.bb              |   19 +++++++++++++++++++
 recipes/iproute2/iproute2_2.6.35.bb                |   19 -------------------
 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
similarity index 100%
rename from recipes/iproute2/iproute2-2.6.35/configure-cross.patch
rename to 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 0000000..7b4c2d6
--- /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 eaa511f..0000000
--- 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





More information about the Openembedded-commits mailing list