From e36b8381e936afcad84976d84c9ae86c512f84b9 Mon Sep 17 00:00:00 2001 From: Pierre-Jean Texier Date: Sun, 7 Jun 2020 20:04:40 +0200 Subject: [PATCH] tinyproxy: fix upstream check URL Fixes: $: devtool check-upgrade-status tinyproxy <...> INFO: tinyproxy 1.10.0 UNKNOWN_BROKEN None Signed-off-by: Pierre-Jean Texier Signed-off-by: Khem Raj --- meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb index 7d97f52a78..82d67014bb 100644 --- a/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb +++ b/meta-networking/recipes-support/tinyproxy/tinyproxy_1.10.0.bb @@ -12,6 +12,8 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${PV}/${BP}.tar.gz SRC_URI[md5sum] = "423047c8dc53a15e19f78e238198549c" SRC_URI[sha256sum] = "6020955e6a0ef0ef898ad5bb17a448c47f9e4c003c464b4ae7c4dba063272055" +UPSTREAM_CHECK_URI = "https://github.com/tinyproxy/tinyproxy/releases" + EXTRA_OECONF += " \ --enable-filter \ --enable-transparent \