summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-10-02 14:00:27 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-10-07 23:09:22 +0100
commit73eb644db1121ccbc205b8fe3e60fa918fa5bbed (patch)
tree2677793a83bfc81cbb2a0b229983b528f3c04442 /meta/recipes-extended
parenta87c3e425dd0292d29e71ea1fdfa753ff1b74cd8 (diff)
downloadopenembedded-core-73eb644db1121ccbc205b8fe3e60fa918fa5bbed.tar.gz
ethtool, libcap: fix upstream version check
The default URI returns a gzip-compressed index page which browsers can auto-detect, but we can't. Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r--meta/recipes-extended/ethtool/ethtool_5.2.bb2
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 \
SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a"
SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b"
+UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
+
inherit autotools ptest bash-completion
RDEPENDS_${PN}-ptest += "make"