[oe-commits] [openembedded-core] 08/27: ethtool: update 4.15 -> 4.16

git at git.openembedded.org git at git.openembedded.org
Tue May 29 20:09:40 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository openembedded-core.

commit 7e76c7b0fbb160a7d775bebf05cd2393c13413dc
Author: Changhyeok Bae <changhyeok.bae at gmail.com>
AuthorDate: Tue May 22 14:46:10 2018 +0000

    ethtool: update 4.15 -> 4.16
    
    Signed-off-by: Changhyeok Bae <changhyeok.bae at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch   | 2 +-
 meta/recipes-extended/ethtool/{ethtool_4.15.bb => ethtool_4.16.bb} | 4 ++--
 2 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 59299e2..ccb4dd3 100644
--- a/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
+++ b/meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
@@ -19,7 +19,7 @@ index cb61a02..c75b9a9 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.15, netdev at vger.kernel.org)
+ AC_INIT(ethtool, 4.16, netdev at vger.kernel.org)
  AC_PREREQ(2.52)
  AC_CONFIG_SRCDIR([ethtool.c])
 -AM_INIT_AUTOMAKE([gnu])
diff --git a/meta/recipes-extended/ethtool/ethtool_4.15.bb b/meta/recipes-extended/ethtool/ethtool_4.16.bb
similarity index 88%
rename from meta/recipes-extended/ethtool/ethtool_4.15.bb
rename to meta/recipes-extended/ethtool/ethtool_4.16.bb
index 8538a75..5ccb162 100644
--- a/meta/recipes-extended/ethtool/ethtool_4.15.bb
+++ b/meta/recipes-extended/ethtool/ethtool_4.16.bb
@@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \
            file://avoid_parallel_tests.patch \
            "
 
-SRC_URI[md5sum] = "a4b83b35a4bc7d3646d973b0baf36c78"
-SRC_URI[sha256sum] = "3996127fc22950b865287bd9d28c0aa3fcd44e914a5a4ef01de64872106dc178"
+SRC_URI[md5sum] = "2b50adf06fc1b033951edef5987c32f3"
+SRC_URI[sha256sum] = "25f8fc3a4b2cb2cbfe8741148d8e743127dd7c951df96d8d6dccb88741f8a27d"
 
 inherit autotools ptest
 RDEPENDS_${PN}-ptest += "make"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list