]> code.ossystems Code Review - openembedded-core.git/commitdiff
python-numpy: fix upstream version check
authorAlexander Kanavin <alexander.kanavin@linux.intel.com>
Mon, 11 Jul 2016 14:33:52 +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-numpy/python-numpy_1.11.0.bb
meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb

index 51ef17105288bbe66c7afa275c533387f5b36560..7c70a10470ab70d6df63eb81d6422cb311618559 100644 (file)
@@ -10,6 +10,7 @@ SRC_URI = "https://files.pythonhosted.org/packages/source/n/${SRCNAME}/${SRCNAME
            file://remove-build-path-in-comments.patch \
            file://fix_shebang_f2py.patch \
            ${CONFIGFILESURI} "
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/numpy/files/"
 
 CONFIGFILESURI ?= ""
 
index 218909bfedf1bd2cfce031671c4257b83ec87162..3cca2239d97e9ff30870800013148b360b074216 100644 (file)
@@ -10,6 +10,7 @@ SRC_URI = "https://files.pythonhosted.org/packages/source/n/${SRCNAME}/${SRCNAME
            file://remove-build-path-in-comments.patch \
            file://fix_shebang_f2py.patch \
            ${CONFIGFILESURI} "
+UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/numpy/files/"
 
 CONFIGFILESURI ?= ""