]> code.ossystems Code Review - openembedded-core.git/commitdiff
ccache: fix upstream version check
authorAlexander Kanavin <alex.kanavin@gmail.com>
Fri, 31 May 2019 20:27:09 +0000 (22:27 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 1 Jun 2019 10:26:56 +0000 (11:26 +0100)
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ccache/ccache.inc

index a31acada5787d0da705a7de87c2537a9933f140e..dcbbf0ca7a556100aaa817b9cee95fc3ab400a8f 100644 (file)
@@ -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