diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2018-05-22 14:46:10 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-05-29 21:07:15 +0100 |
commit | 2dce052962210e6791fc6409f4462d3df2dfb740 (patch) | |
tree | 6666377489fedc25e334f504d37aa8a1af731547 | |
parent | 3ee7ce7ba5bc184082921923bd82dd1d365251d2 (diff) | |
download | poky-2dce052962210e6791fc6409f4462d3df2dfb740.tar.gz |
ethtool: update 4.15 -> 4.16
(From OE-Core rev: 7e76c7b0fbb160a7d775bebf05cd2393c13413dc)
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool/avoid_parallel_tests.patch | 2 | ||||
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_4.16.bb (renamed from meta/recipes-extended/ethtool/ethtool_4.15.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 59299e24ef..ccb4dd3adb 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 | |||
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.15, netdev@vger.kernel.org) | 22 | AC_INIT(ethtool, 4.16, 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.15.bb b/meta/recipes-extended/ethtool/ethtool_4.16.bb index 8538a75204..5ccb16294a 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 \ | |||
11 | file://avoid_parallel_tests.patch \ | 11 | file://avoid_parallel_tests.patch \ |
12 | " | 12 | " |
13 | 13 | ||
14 | SRC_URI[md5sum] = "a4b83b35a4bc7d3646d973b0baf36c78" | 14 | SRC_URI[md5sum] = "2b50adf06fc1b033951edef5987c32f3" |
15 | SRC_URI[sha256sum] = "3996127fc22950b865287bd9d28c0aa3fcd44e914a5a4ef01de64872106dc178" | 15 | SRC_URI[sha256sum] = "25f8fc3a4b2cb2cbfe8741148d8e743127dd7c951df96d8d6dccb88741f8a27d" |
16 | 16 | ||
17 | inherit autotools ptest | 17 | inherit autotools ptest |
18 | RDEPENDS_${PN}-ptest += "make" | 18 | RDEPENDS_${PN}-ptest += "make" |