From: Alexander Kanavin Date: Fri, 31 May 2019 20:27:09 +0000 (+0200) Subject: ccache: fix upstream version check X-Git-Tag: uninative-2.6~202 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=83ad76453a86829c07052d506bc214923e696cf5;p=openembedded-core.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 a31acada57..dcbbf0ca7a 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