From: Alexander Kanavin Date: Tue, 14 Nov 2017 14:57:32 +0000 (+0200) Subject: python3-pycairo: fix upstream version check X-Git-Tag: uninative-1.8~1044 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=3959c7117514ebd6066169b14c260ebba3641a04;p=openembedded-core.git python3-pycairo: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb b/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb index 7863ad2af1..9022482fd5 100644 --- a/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb +++ b/meta/recipes-devtools/python/python3-pycairo_1.15.3.bb @@ -11,6 +11,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f2e071ab72978431b294a0d696327421 \ DEPENDS = "cairo" SRC_URI = "https://github.com/pygobject/pycairo/releases/download/v${PV}/pycairo-${PV}.tar.gz" +UPSTREAM_CHECK_URI = "https://github.com/pygobject/pycairo/releases/" SRC_URI[md5sum] = "7390cd413271fe5569f6eef73d72bf7a" SRC_URI[sha256sum] = "8642e36cef66acbfc02760d2b40c716f5f183d073fb063ba28fd29a14044719d"