[PATCH] ethtool: upgrade 5.16 -> 5.17
Changhyeok Bae
Signed-off-by: Changhyeok Bae <changhyeok.bae@...>
--- .../recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 +- .../ethtool/{ethtool_5.16.bb => ethtool_5.17.bb} | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-extended/ethtool/{ethtool_5.16.bb => ethtool_5.17.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 034dc92444..7f859f40ed 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 8fc93c8..94ee28d 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.16, netdev@...) + AC_INIT(ethtool, 5.17, netdev@...) AC_PREREQ(2.52) AC_CONFIG_SRCDIR([ethtool.c]) -AM_INIT_AUTOMAKE([gnu subdir-objects]) diff --git a/meta/recipes-extended/ethtool/ethtool_5.16.bb b/meta/recipes-extended/ethtool/ethtool_5.17.bb similarity index 93% rename from meta/recipes-extended/ethtool/ethtool_5.16.bb rename to meta/recipes-extended/ethtool/ethtool_5.17.bb index 5dca03d082..61032d4836 100644 --- a/meta/recipes-extended/ethtool/ethtool_5.16.bb +++ b/meta/recipes-extended/ethtool/ethtool_5.17.bb @@ -11,7 +11,7 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ file://avoid_parallel_tests.patch \ " -SRC_URI[sha256sum] = "4160fa127d75d5a6ebd5e871118486ac730dea2f28b2f1ad40fd1ed3d0d369e0" +SRC_URI[sha256sum] = "3e32735d13aa19e2be32d3528ef8a135fc99782950ab3fa602198e72992e9450" UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" -- 2.17.1 |
|