summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2019-05-31 22:27:09 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2019-06-01 11:26:56 +0100
commit83ad76453a86829c07052d506bc214923e696cf5 (patch)
treec82e4107460d6988ab23b6eb24f8209c1e7f8ae6
parent116330fb1a662353b96763169d8502d0d1ddc77c (diff)
downloadopenembedded-core-contrib-83ad76453a86829c07052d506bc214923e696cf5.tar.gz
ccache: fix upstream version check
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-devtools/ccache/ccache.inc1
1 files changed, 1 insertions, 0 deletions
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