From: Alexander Kanavin Date: Tue, 19 Jan 2016 15:37:42 +0000 (+0200) Subject: libical: fix upstream version check X-Git-Tag: 2016-4~1484 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=5f09dc6aa57ae2e359bac813ce88156776e6071b;p=openembedded-core.git libical: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-support/libical/libical_1.0.1.bb b/meta/recipes-support/libical/libical_1.0.1.bb index e18b80339a..838e788bf4 100644 --- a/meta/recipes-support/libical/libical_1.0.1.bb +++ b/meta/recipes-support/libical/libical_1.0.1.bb @@ -13,6 +13,7 @@ SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz \ " SRC_URI[md5sum] = "af91db06b22559f863869c5a382ad08a" SRC_URI[sha256sum] = "7d5f613454ec6c7d1bcfb441c919215be53292aa15cd1cb14249d1413d6c610c" +UPSTREAM_CHECK_URI = "https://github.com/libical/libical/releases" inherit cmake