diff options
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb | 1 | ||||
-rw-r--r-- | meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb | 1 |
2 files changed, 2 insertions, 0 deletions
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 | |||
10 | file://remove-build-path-in-comments.patch \ | 10 | file://remove-build-path-in-comments.patch \ |
11 | file://fix_shebang_f2py.patch \ | 11 | file://fix_shebang_f2py.patch \ |
12 | ${CONFIGFILESURI} " | 12 | ${CONFIGFILESURI} " |
13 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/numpy/files/" | ||
13 | 14 | ||
14 | CONFIGFILESURI ?= "" | 15 | CONFIGFILESURI ?= "" |
15 | 16 | ||
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 | |||
10 | file://remove-build-path-in-comments.patch \ | 10 | file://remove-build-path-in-comments.patch \ |
11 | file://fix_shebang_f2py.patch \ | 11 | file://fix_shebang_f2py.patch \ |
12 | ${CONFIGFILESURI} " | 12 | ${CONFIGFILESURI} " |
13 | UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/numpy/files/" | ||
13 | 14 | ||
14 | CONFIGFILESURI ?= "" | 15 | CONFIGFILESURI ?= "" |
15 | 16 | ||