diff options
author | Alexander Kanavin <alex.kanavin@gmail.com> | 2019-05-31 22:27:09 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-06-01 11:26:56 +0100 |
commit | 83ad76453a86829c07052d506bc214923e696cf5 (patch) | |
tree | c82e4107460d6988ab23b6eb24f8209c1e7f8ae6 /meta/recipes-devtools/ccache | |
parent | 116330fb1a662353b96763169d8502d0d1ddc77c (diff) | |
download | openembedded-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>
Diffstat (limited to 'meta/recipes-devtools/ccache')
-rw-r--r-- | meta/recipes-devtools/ccache/ccache.inc | 1 |
1 files changed, 1 insertions, 0 deletions
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 |