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-08 11:22:24 +0100
commit7760eaa28c670cc190f7c7b11649a29ec8d29264 (patch)
tree29220a82da3e42e947dcce40bcced396a11a85ed /meta/recipes-extended
parent1f1f88b9325af2eca17070320a8496eb7d7906e2 (diff)
downloadpoky-7760eaa28c670cc190f7c7b11649a29ec8d29264.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. (From OE-Core rev: 73eb644db1121ccbc205b8fe3e60fa918fa5bbed) 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 \
14SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a" 14SRC_URI[md5sum] = "79cff0d4af62b030ad28be90414b5c4a"
15SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b" 15SRC_URI[sha256sum] = "8ad6cb30f6e1767d9d23a5cb5f606f3b51f83e85ebf0153c1506194f6709e90b"
16 16
17UPSTREAM_CHECK_URI = "https://www.kernel.org/pub/software/network/ethtool/"
18
17inherit autotools ptest bash-completion 19inherit autotools ptest bash-completion
18 20
19RDEPENDS_${PN}-ptest += "make" 21RDEPENDS_${PN}-ptest += "make"