summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
diff options
context:
space:
mode:
authorHong Liu <hongl.fnst@cn.fujitsu.com>2018-07-10 10:42:01 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-13 16:32:38 +0100
commit11dc07b0d2f3b3c0ff9edc5e6aac3da100cbf588 (patch)
treec4137066ca174cc625e51b62b41ba6372b52b7ae /meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
parentdc7d3b2ff79ae324b96a51ec1be557a432ed351d (diff)
downloadopenembedded-core-11dc07b0d2f3b3c0ff9edc5e6aac3da100cbf588.tar.gz
ethtool:4.16 -> 4.17
Upgrade ethtool from 4.16 to 4.17 Signed-off-by: Hong Liu <hongl.fnst@cn.fujitsu.com> Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch')
-rw-r--r--meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
index ccb4dd3adb..d81320a94d 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 d069dada68b063e386cdb61707f0b22fb1799029 Mon Sep 17 00:00:00 2001
+From 1484545a150de79483b6e2a74be02ebd030f1920 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 cb61a02..c75b9a9 100644
+index e891d91..600f8a8 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, 4.16, netdev@vger.kernel.org)
+ AC_INIT(ethtool, 4.17, netdev@vger.kernel.org)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR([ethtool.c])
-AM_INIT_AUTOMAKE([gnu])