diff options
author | Maxin B. John <maxin.john@intel.com> | 2016-10-23 14:29:55 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-06 23:35:35 +0000 |
commit | e7db31e5c47bf3e77e0353da59dbcd86b053bbce (patch) | |
tree | 4a1eace2bfdb863038c94bd38948d467af75930c /meta/recipes-extended | |
parent | 9d60b5de84068d560aeb7698368c67f66970181a (diff) | |
download | poky-e7db31e5c47bf3e77e0353da59dbcd86b053bbce.tar.gz |
ethtool: Upgrade 4.6 -> 4.8
Various bug fixes and improvements.
(From OE-Core rev: 1aa70f441e6cda540699b65a45c0ad71eff5e17c)
Signed-off-by: Maxin B. John <maxin.john@intel.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.8.bb (renamed from meta/recipes-extended/ethtool/ethtool_4.6.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_4.6.bb b/meta/recipes-extended/ethtool/ethtool_4.8.bb index 788d4ea351..4ca88d766c 100644 --- a/meta/recipes-extended/ethtool/ethtool_4.6.bb +++ b/meta/recipes-extended/ethtool/ethtool_4.8.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] = "1186dd83a0384109b92c6cd40a7bb0e5" | 14 | SRC_URI[md5sum] = "28c4a4d85c33f573c49ff6d81ec094fd" |
15 | SRC_URI[sha256sum] = "ad45620887f7e61312fc2f9ca3fd50d49ac7737ed874b0b02845d07e0fa3ca49" | 15 | SRC_URI[sha256sum] = "1bd82ebe3d41de1b7b0d8f4fb18a8e8466fba934c952bc5c5002836ffa8bb606" |
16 | 16 | ||
17 | inherit autotools ptest | 17 | inherit autotools ptest |
18 | RDEPENDS_${PN}-ptest += "make" | 18 | RDEPENDS_${PN}-ptest += "make" |