From: Alexander Kanavin Date: Mon, 11 Jul 2016 14:33:52 +0000 (+0300) Subject: python-numpy: fix upstream version check X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~25025 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d564091b9f24767e36d7b635cce7c5ba9c61ae3;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git python-numpy: fix upstream version check Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton --- diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb index 51ef1710528..7c70a10470a 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb @@ -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 ?= "" diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb index 218909bfedf..3cca2239d97 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb +++ b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb @@ -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 ?= ""