[oe-commits] [openembedded-core] 44/122: python-scons: fix upstream version check

git at git.openembedded.org git at git.openembedded.org
Tue Jul 19 14:06:24 UTC 2016


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

commit 9ec62221029fcffc6f1cb46a4fb313642415cfe7
Author: Alexander Kanavin <alexander.kanavin at linux.intel.com>
AuthorDate: Mon Jul 11 17:33:51 2016 +0300

    python-scons: 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/python-scons_2.5.0.bb | 1 -
 1 file changed, 1 deletion(-)

diff --git a/meta/recipes-devtools/python/python-scons_2.5.0.bb b/meta/recipes-devtools/python/python-scons_2.5.0.bb
index c0a1cd4..8543c41 100644
--- a/meta/recipes-devtools/python/python-scons_2.5.0.bb
+++ b/meta/recipes-devtools/python/python-scons_2.5.0.bb
@@ -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}"
 

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


More information about the Openembedded-commits mailing list