diff options
author | Changhyeok Bae <changhyeok.bae@lge.com> | 2014-11-13 10:22:19 +0900 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-11-20 14:08:12 +0000 |
commit | 3e813f458d5ac66374da186e090bd6ec4558060e (patch) | |
tree | dbf401938d08e78a4d9a12f1499cc78c9b652e98 /meta/recipes-extended/ethtool | |
parent | aa2c1548b3e5ad06468bf86a242d2a2032aa652d (diff) | |
download | poky-3e813f458d5ac66374da186e090bd6ec4558060e.tar.gz |
ethtool: Upgrade to 3.16
(From OE-Core rev: bedcf3cf03d0c6283e06949a0c98773390c01ed0)
Signed-off-by: Ross Burton <ross.burton@intel.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_3.16.bb (renamed from meta/recipes-extended/ethtool/ethtool_3.15.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_3.15.bb b/meta/recipes-extended/ethtool/ethtool_3.16.bb index 8cd10dfb43..92a0704800 100644 --- a/meta/recipes-extended/ethtool/ethtool_3.15.bb +++ b/meta/recipes-extended/ethtool/ethtool_3.16.bb | |||
@@ -12,8 +12,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ | |||
12 | file://ethtool-uint.patch \ | 12 | file://ethtool-uint.patch \ |
13 | " | 13 | " |
14 | 14 | ||
15 | SRC_URI[md5sum] = "7e94dd958bcd639aad2e5a752e108b24" | 15 | SRC_URI[md5sum] = "3806bae34c153e2b9e2859e85c54788d" |
16 | SRC_URI[sha256sum] = "562e3cc675cf5b1ac655cd060f032943a2502d4d59e5f278f02aae92562ba261" | 16 | SRC_URI[sha256sum] = "a6f1433824af7b390ed4e66dfc7cee047d6d1f56dbb8ceef9fe905d63aef5275" |
17 | 17 | ||
18 | inherit autotools ptest | 18 | inherit autotools ptest |
19 | RDEPENDS_${PN}-ptest += "make" | 19 | RDEPENDS_${PN}-ptest += "make" |