From: Alexander Kanavin Date: Tue, 19 Jan 2016 15:37:42 +0000 (+0200) Subject: libical: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27594 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5f09dc6aa57ae2e359bac813ce88156776e6071b;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.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 e18b80339a6..838e788bf44 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