]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-scons: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 11 Jul 2016 14:33:51 +0000 (17:33 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 20 Jul 2016 09:24:50 +0000 (10:24 +0100)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-scons_2.5.0.bb

index c0a1cd4948a6b92d7e31680384b29f35d2f02e0a..8543c4182f8c0e578c5be0f8da5053176197c462 100644 (file)
@@ -10,7 +10,6 @@ SRC_URI[md5sum] = "bda5530a70a41a7831d83c8b191c021e"
 SRC_URI[sha256sum] = "01f1b3d6023516a8e1b5e77799e5a82a23b32953b1102d339059ffeca8600493"
 
 UPSTREAM_CHECK_URI = "https://pypi.python.org/pypi/SCons/"
-UPSTREAM_CHECK_REGEX = "/scons/(?P<pver>(\d+[\.\-_]*)+)/"
 
 S = "${WORKDIR}/${SRCNAME}-${PV}"