diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-11-13 15:38:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-30 10:49:21 +0000 |
commit | 42ac779aa35aa55e83bb6c52f633b00a80b481cd (patch) | |
tree | 80a43cfde6ba954dd2ae115cc3671e00c1c417fe /meta/recipes-extended | |
parent | 8082fd8d523e7aac8947569e622e30478cc5f546 (diff) | |
download | poky-42ac779aa35aa55e83bb6c52f633b00a80b481cd.tar.gz |
ethtool: upgrade to 4.13
(From OE-Core rev: 3ae6802f83f23881994531284c0ff1a27a8a7be9)
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>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_4.13.bb (renamed from meta/recipes-extended/ethtool/ethtool_4.11.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_4.11.bb b/meta/recipes-extended/ethtool/ethtool_4.13.bb index befe9b939a..c862a57955 100644 --- a/meta/recipes-extended/ethtool/ethtool_4.11.bb +++ b/meta/recipes-extended/ethtool/ethtool_4.13.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] = "8f1072679888c9335e49b17efb798b4c" | 14 | SRC_URI[md5sum] = "2ba44eb0ca96752392e9bf8dc83ba302" |
15 | SRC_URI[sha256sum] = "af2fd9692f3159d3ab1e41e6f9b7d8db2a4693f1cb22348c88ba89f70f0e6503" | 15 | SRC_URI[sha256sum] = "d311c4b557c44c5248ac5436b9e19c391a60d8e4830b6a7f41be16d89c0556de" |
16 | 16 | ||
17 | inherit autotools ptest | 17 | inherit autotools ptest |
18 | RDEPENDS_${PN}-ptest += "make" | 18 | RDEPENDS_${PN}-ptest += "make" |