diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-11-22 01:48:30 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:14:42 +0000 |
commit | b4e664db713cf37010e86205ebf6d969bcb5fa80 (patch) | |
tree | e6917cc5c33acdcfbbc8a2f2b47b66bc2037515d /meta/recipes-extended/ethtool | |
parent | 34a2953a95413fefd5a5f9fa25eaeb5fb5e02b03 (diff) | |
download | poky-b4e664db713cf37010e86205ebf6d969bcb5fa80.tar.gz |
ethtool: 4.17 -> 4.19
(From OE-Core rev: 565bbbf43da14de466fccdfaa259bdb9b50b686e)
(From OE-Core rev: 4bcacd05428498158ae2fedc11bf4d6f11824967)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/ethtool')
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 | ||||
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_4.19.bb (renamed from meta/recipes-extended/ethtool/ethtool_4.17.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 d81320a94d..beae5f98c3 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 e891d91..600f8a8 100644 | |||
19 | --- a/configure.ac | 19 | --- a/configure.ac |
20 | +++ b/configure.ac | 20 | +++ b/configure.ac |
21 | @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. | 21 | @@ -2,7 +2,7 @@ dnl Process this file with autoconf to produce a configure script. |
22 | AC_INIT(ethtool, 4.17, netdev@vger.kernel.org) | 22 | AC_INIT(ethtool, 4.19, netdev@vger.kernel.org) |
23 | AC_PREREQ(2.52) | 23 | AC_PREREQ(2.52) |
24 | AC_CONFIG_SRCDIR([ethtool.c]) | 24 | AC_CONFIG_SRCDIR([ethtool.c]) |
25 | -AM_INIT_AUTOMAKE([gnu]) | 25 | -AM_INIT_AUTOMAKE([gnu]) |
diff --git a/meta/recipes-extended/ethtool/ethtool_4.17.bb b/meta/recipes-extended/ethtool/ethtool_4.19.bb index 844a958ed9..74e255c24b 100644 --- a/meta/recipes-extended/ethtool/ethtool_4.17.bb +++ b/meta/recipes-extended/ethtool/ethtool_4.19.bb | |||
@@ -11,8 +11,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ | |||
11 | file://avoid_parallel_tests.patch \ | 11 | file://avoid_parallel_tests.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "4dba0345a4ab9f51b4a4a9739284238d" | 14 | SRC_URI[md5sum] = "a533db1d202724822c4ef297643fac12" |
15 | SRC_URI[sha256sum] = "4130142a15f7409d18de3667998f3c99fba52fd7c8d94be7ecdabf8dcab3d6c1" | 15 | SRC_URI[sha256sum] = "e8e88f5a79c78e542cd84fee60b67dbf29cee63e4760e8d61544fea74c761ad1" |
16 | 16 | ||
17 | inherit autotools ptest | 17 | inherit autotools ptest |
18 | RDEPENDS_${PN}-ptest += "make" | 18 | RDEPENDS_${PN}-ptest += "make" |