mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
ethtool: upgrade 5.12 -> 5.13
(From OE-Core rev: ec9455b35684ffee6db861e2aa81cd77f9dfdc0d) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
bd459927c1
commit
51decd8a6b
@@ -1,4 +1,4 @@
|
|||||||
From b493e2fb472307997576eef33cce784594070f44 Mon Sep 17 00:00:00 2001
|
From e652ccd8965895087887c270fc0d380b61f96b11 Mon Sep 17 00:00:00 2001
|
||||||
From: Tudor Florea <tudor.florea@enea.com>
|
From: Tudor Florea <tudor.florea@enea.com>
|
||||||
Date: Wed, 28 May 2014 18:59:54 +0200
|
Date: Wed, 28 May 2014 18:59:54 +0200
|
||||||
Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
|
Subject: [PATCH] ethtool: use serial-tests config needed by ptest.
|
||||||
@@ -15,11 +15,11 @@ Upstream-Status: Inappropriate
|
|||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
diff --git a/configure.ac b/configure.ac
|
||||||
index 13c2bc0..0b6ca1d 100644
|
index 6b620bf..ff62b2a 100644
|
||||||
--- a/configure.ac
|
--- a/configure.ac
|
||||||
+++ b/configure.ac
|
+++ b/configure.ac
|
||||||
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
@@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script.
|
||||||
AC_INIT(ethtool, 5.12, netdev@vger.kernel.org)
|
AC_INIT(ethtool, 5.13, netdev@vger.kernel.org)
|
||||||
AC_PREREQ(2.52)
|
AC_PREREQ(2.52)
|
||||||
AC_CONFIG_SRCDIR([ethtool.c])
|
AC_CONFIG_SRCDIR([ethtool.c])
|
||||||
-AM_INIT_AUTOMAKE([gnu subdir-objects])
|
-AM_INIT_AUTOMAKE([gnu subdir-objects])
|
||||||
|
|||||||
+1
-1
@@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
|
|||||||
file://avoid_parallel_tests.patch \
|
file://avoid_parallel_tests.patch \
|
||||||
"
|
"
|
||||||
|
|
||||||
SRC_URI[sha256sum] = "7ca623cc1dd25ba66531573da6a11f1ecde9b62b00742d9ba54f9ba983439bfa"
|
SRC_URI[sha256sum] = "e66ab0d74d2a888fd64a0053290dbea66ddc9b75b3d21d117b7edd9576b9db60"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
|
UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
|
||||||
|
|
||||||
Reference in New Issue
Block a user