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>
This commit is contained in:
Alexander Kanavin
2019-05-31 22:27:09 +02:00
committed by Richard Purdie
parent 43ee140f5d
commit 6af19f6b35

View 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