diff options
Diffstat (limited to 'meta/recipes-extended/ethtool')
-rw-r--r-- | meta/recipes-extended/ethtool/ethtool_5.2.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-extended/ethtool/ethtool_5.2.bb b/meta/recipes-extended/ethtool/ethtool_5.2.bb index e9759bd21b..67e7fadee0 100644 --- a/meta/recipes-extended/ethtool/ethtool_5.2.bb +++ b/meta/recipes-extended/ethtool/ethtool_5.2.bb | |||
@@ -14,6 +14,8 @@ SRC_URI = "${KERNELORG_MIRROR}/software/network/ethtool/ethtool-${PV}.tar.gz \ | |||
14 | SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a" | 14 | SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a" |
15 | SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b" | 15 | SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/" | ||
18 | |||
17 | inherit autotools ptest bash-completion | 19 | inherit autotools ptest bash-completion |
18 | 20 | ||
19 | RDEPENDS_${PN}-ptest += "make" | 21 | RDEPENDS_${PN}-ptest += "make" |