From: Alexander Kanavin Date: Tue, 14 Nov 2017 14:57:30 +0000 (+0200) Subject: python-scons: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~19477 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7593743ebb9ecb321c436659a0a1b12907282b7;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-scons: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python/python-scons_3.0.0.bb b/meta/recipes-devtools/python/python-scons_3.0.0.bb index 33bfb45e2e4..8fe74f4b3c1 100644 --- a/meta/recipes-devtools/python/python-scons_3.0.0.bb +++ b/meta/recipes-devtools/python/python-scons_3.0.0.bb @@ -10,7 +10,8 @@ SRC_URI = "https://files.pythonhosted.org/packages/source/s/${SRCNAME}/${SRCNAME SRC_URI[md5sum] = "7ca558edaaa1942fe38f3105ca2400fb" SRC_URI[sha256sum] = "aa5afb33c2bbd33c311e47e912412195739e9ffb2e933534a31f85fba8f3470e" -UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/" +UPSTREAM_CHECK_URI = "http://scons.org/pages/download.html" +UPSTREAM_CHECK_REGEX = "(?P\d+(\.\d+)+)\.tar" S = "${WORKDIR}/${SRCNAME}-${PV}"