From: Alexander Kanavin Date: Fri, 31 May 2019 20:27:09 +0000 (+0200) Subject: ccache: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~14311 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83ad76453a86829c07052d506bc214923e696cf5;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ccache: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/ccache/ccache.inc b/meta/recipes-devtools/ccache/ccache.inc index a31acada578..dcbbf0ca7a5 100644 --- a/meta/recipes-devtools/ccache/ccache.inc +++ b/meta/recipes-devtools/ccache/ccache.inc @@ -10,6 +10,7 @@ LICENSE = "GPLv3+" DEPENDS = "zlib" SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" +UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/" inherit autotools