]> code.ossystems Code Review - openembedded-core.git/commitdiff
ethtool: update 4.15 -> 4.16
authorChanghyeok Bae <changhyeok.bae@gmail.com>
Tue, 22 May 2018 14:46:10 +0000 (14:46 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 29 May 2018 20:06:01 +0000 (21:06 +0100)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch
meta/recipes-extended/ethtool/ethtool_4.16.bb [moved from meta/recipes-extended/ethtool/ethtool_4.15.bb with 88% similarity]

index 59299e24ef5f3d64c0339a768b06a14d61737cd5..ccb4dd3adbbc45d9dbacc5952a03cc72e343fd61 100644 (file)
@@ -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@vger.kernel.org)
+ AC_INIT(ethtool, 4.16, netdev@vger.kernel.org)
  AC_PREREQ(2.52)
  AC_CONFIG_SRCDIR([ethtool.c])
 -AM_INIT_AUTOMAKE([gnu])
similarity index 88%
rename from meta/recipes-extended/ethtool/ethtool_4.15.bb
rename to meta/recipes-extended/ethtool/ethtool_4.16.bb
index 8538a75204d132cb74cf347633860bfecb482009..5ccb16294af8b2d03145a9e76f993f24369d34fe 100644 (file)
@@ -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"