All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Alexander Kanavin" <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex.kanavin@gmail.com>
Subject: [PATCH 08/48] ethtool: upgrade 5.9 -> 5.10
Date: Sat, 26 Dec 2020 10:26:52 +0100	[thread overview]
Message-ID: <20201226092732.52323-8-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20201226092732.52323-1-alex.kanavin@gmail.com>

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 .../ethtool/ethtool/avoid_parallel_tests.patch              | 6 +++---
 .../ethtool/{ethtool_5.9.bb => ethtool_5.10.bb}             | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)
 rename meta/recipes-extended/ethtool/{ethtool_5.9.bb => ethtool_5.10.bb} (93%)

diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index 673b35033f..54aec01284 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -1,4 +1,4 @@
-From 538bd5ec36d88f17803cb848cbbfe62ad51fc2f4 Mon Sep 17 00:00:00 2001
+From b493e2fb472307997576eef33cce784594070f44 Mon Sep 17 00:00:00 2001
 From: Tudor Florea <tudor.florea@enea.com>
 Date: Wed, 28 May 2014 18:59:54 +0200
 Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
@@ -15,11 +15,11 @@ Upstream-Status: Inappropriate
  1 file changed, 1 insertion(+), 1 deletion(-)
 
 diff --git a/configure.ac b/configure.ac
-index 0162155..6866e72 100644
+index 13c2bc0..0b6ca1d 100644
 --- a/configure.ac
 +++ b/configure.ac
 @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
- AC_INIT(ethtool, 5.9, netdev@vger.kernel.org)
+ AC_INIT(ethtool, 5.10, netdev@vger.kernel.org)
  AC_PREREQ(2.52)
  AC_CONFIG_SRCDIR([ethtool.c])
 -AM_INIT_AUTOMAKE([gnu subdir-objects])
diff --git a/meta/recipes-extended/ethtool/ethtool_5.9.bb b/meta/recipes-extended/ethtool/ethtool_5.10.bb
similarity index 93%
rename from meta/recipes-extended/ethtool/ethtool_5.9.bb
rename to meta/recipes-extended/ethtool/ethtool_5.10.bb
index 2d2f9b77f0..5c0df3acbc 100644
--- a/meta/recipes-extended/ethtool/ethtool_5.9.bb
+++ b/meta/recipes-extended/ethtool/ethtool_5.10.bb
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[sha256sum] = "f934a830554c46d7d60b1a9147f4cab15589b7e09344c4b79b1948b740f0a725"
+SRC_URI[sha256sum] = "4b86adb3ed913c1ef14a276301981f696ab4ec360c19f0a5b68235c4756abae5"
 
 UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
 
-- 
2.29.2


  parent reply	other threads:[~2020-12-26  9:27 UTC|newest]

Thread overview: 53+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-12-26  9:26 [PATCH 01/48] oeqa/ptest: print a warning if ptests failed Alexander Kanavin
2020-12-26  9:26 ` [PATCH 02/48] acpica: upgrade 20201113 -> 20201217 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 03/48] bind: upgrade 9.16.9 -> 9.16.10 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 04/48] diffoscope: upgrade 161 -> 163 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 05/48] dnf: upgrade 4.4.0 -> 4.5.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 06/48] enchant2: upgrade 2.2.13 -> 2.2.14 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 07/48] epiphany: upgrade 3.38.1 -> 3.38.2 Alexander Kanavin
2020-12-26  9:26 ` Alexander Kanavin [this message]
2020-12-26  9:26 ` [PATCH 09/48] gtk+3: upgrade 3.24.23 -> 3.24.24 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 10/48] init-system-helpers: upgrade 1.58 -> 1.60 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 11/48] kbd: upgrade 2.3.0 -> 2.4.0 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 12/48] kea: upgrade 1.8.1 -> 1.8.2 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 13/48] libmodulemd: upgrade 2.9.4 -> 2.11.1 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 14/48] libpcre2: upgrade 10.35 -> 10.36 Alexander Kanavin
2020-12-26  9:26 ` [PATCH 15/48] libtirpc: upgrade 1.2.6 -> 1.3.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 16/48] libusb1: upgrade 1.0.23 -> 1.0.24 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 17/48] libva: upgrade 2.9.0 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 18/48] libx11: upgrade 1.6.12 -> 1.7.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 19/48] lighttpd: upgrade 1.4.56 -> 1.4.57 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 20/48] ninja: upgrade 1.10.1 -> 1.10.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 21/48] puzzles: upgrade to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 22/48] python3-hypothesis: upgrade 5.41.5 -> 5.43.3 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 23/48] python3-py: upgrade 1.9.0 -> 1.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 24/48] python3-setuptools-scm: upgrade 4.1.2 -> 5.0.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 25/48] sqlite3: upgrade 3.33.0 -> 3.34.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 26/48] stress-ng: upgrade 0.11.24 -> 0.12.00 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 27/48] sudo: upgrade 1.9.3p1 -> 1.9.4p1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 28/48] sysvinit: upgrade 2.97 -> 2.98 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 29/48] util-linux: upgrade 2.36 -> 2.36.1 Alexander Kanavin
2020-12-27 17:14   ` [OE-core] " Khem Raj
2020-12-26  9:27 ` [PATCH 30/48] vala: upgrade 0.50.1 -> 0.50.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 31/48] vulkan-headers: upgrade 1.2.154.0 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 32/48] webkitgtk: upgrade 2.30.2 -> 2.30.4 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 33/48] xprop: upgrade 1.2.4 -> 1.2.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 34/48] xserver-xorg: upgrade 1.20.9 -> 1.20.10 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 35/48] ell: upgrade 0.33 -> 0.35 Alexander Kanavin
2020-12-27  6:02   ` [OE-core] " Khem Raj
2020-12-27 11:04     ` Alexander Kanavin
2020-12-26  9:27 ` [PATCH 36/48] glib-2.0: update 2.66.2 -> 2.66.4 Alexander Kanavin
2020-12-29  7:45   ` [OE-core] " Naveen Saini
2020-12-29 10:24     ` Alexander Kanavin
2020-12-26  9:27 ` [PATCH 37/48] rpm: update 4.16.0 -> 4.16.1.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 38/48] piglit: update to latest revision Alexander Kanavin
2020-12-26  9:27 ` [PATCH 39/48] sbc: update 1.4 -> 1.5 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 40/48] libdnf: update 0.55.0 -> 0.55.2 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 41/48] libva-utils: update 2.9.1 -> 2.10.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 42/48] python3-importlib-metadata: update 3.1.1 -> 3.3.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 43/48] python3: update 3.9.0 -> 3.9.1 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 44/48] vulkan-loader: upgrade 1.2.154.1 -> 1.2.162.0 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 45/48] vulkan-tools: upgrade 1.2.154.0 " Alexander Kanavin
2020-12-26  9:27 ` [PATCH 46/48] systemd-bootchart: update 233 -> 234 Alexander Kanavin
2020-12-26  9:27 ` [PATCH 47/48] zstd: add recipe from meta-oe Alexander Kanavin
2020-12-26  9:27 ` [PATCH 48/48] zstd: update 1.4.5 -> 1.4.8 Alexander Kanavin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20201226092732.52323-8-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.