From 8e9142056030e53e7fe17fd32e0927a6eae4b616 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Wed, 8 Dec 2010 09:17:32 -0500 Subject: [PATCH] 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 Acked-by: Stefan Schmidt --- .../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(-) rename recipes/iproute2/{iproute2-2.6.35 => iproute2-2.6.35.1}/configure-cross.patch (100%) create mode 100644 recipes/iproute2/iproute2_2.6.35.1.bb delete mode 100644 recipes/iproute2/iproute2_2.6.35.bb 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 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 -- 2.39.5