diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-07-11 17:33:51 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:50 +0100 |
commit | 2717af4cb74ddb96aa973a526f368c13923284c1 (patch) | |
tree | bc8ea44fc5c3066eb17e2ecd6c1faa342823a857 /meta/recipes-devtools | |
parent | b6d14f1fd328f349015489e1b9643fc4c07d2290 (diff) | |
download | openembedded-core-2717af4cb74ddb96aa973a526f368c13923284c1.tar.gz openembedded-core-2717af4cb74ddb96aa973a526f368c13923284c1.tar.bz2 openembedded-core-2717af4cb74ddb96aa973a526f368c13923284c1.zip |
python-scons: fix upstream version check
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/python/python-scons_2.5.0.bb | 1 |
1 files changed, 0 insertions, 1 deletions
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 c0a1cd4948..8543c4182f 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}" |