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:27:07 +0100
commit6af19f6b35db9956bbc7722938b4e8060b5ddcea (patch)
tree541519dc54e41cc04d91b4d131c293de6679542e
parent43ee140f5d978dd46352a2af08a3cec6c44297e7 (diff)
downloadpoky-6af19f6b35db9956bbc7722938b4e8060b5ddcea.tar.gz
ccache: fix upstream version check
(From OE-Core rev: 83ad76453a86829c07052d506bc214923e696cf5) 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+"
10DEPENDS = "zlib" 10DEPENDS = "zlib"
11 11
12SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz" 12SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
13UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"
13 14
14inherit autotools 15inherit autotools
15 16