From 470558f77ed0782811c4d5cf0bb3e785436d689c Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Mon, 11 Jul 2016 17:33:52 +0300 Subject: python-numpy: fix upstream version check (From OE-Core rev: 4d564091b9f24767e36d7b635cce7c5ba9c61ae3) Signed-off-by: Alexander Kanavin Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb | 1 + meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'meta/recipes-devtools/python-numpy') 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 51ef171052..7c70a10470 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 218909bfed..3cca2239d9 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 ?= "" -- cgit v1.2.3-54-g00ecf