[oe-commits] [openembedded-core] 29/44: python3-pycairo: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Wed Nov 29 23:43:14 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 3959c7117514ebd6066169b14c260ebba3641a04
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Tue Nov 14 16:57:32 2017 +0200

    python3-pycairo: fix upstream version check
    
    Signed-off-by: Alexander Kanavin <alexander.kanavin at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-devtools/python/python3-pycairo_1.15.3.bb | 1 +
 1 file changed, 1 insertion(+)

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 7863ad2..9022482 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list