[gnome-continuous-yocto/gnomeostree-3.28-rocko: 1388/8267] python-numpy: fix upstream version check



commit 470558f77ed0782811c4d5cf0bb3e785436d689c
Author: Alexander Kanavin <alexander kanavin linux intel com>
Date:   Mon Jul 11 17:33:52 2016 +0300

    python-numpy: fix upstream version check
    
    (From OE-Core rev: 4d564091b9f24767e36d7b635cce7c5ba9c61ae3)
    
    Signed-off-by: Alexander Kanavin <alexander kanavin linux intel com>
    Signed-off-by: Ross Burton <ross burton intel com>
    Signed-off-by: Richard Purdie <richard purdie linuxfoundation org>

 .../python-numpy/python-numpy_1.11.0.bb            |    1 +
 .../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 51ef171..7c70a10 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 218909b..3cca223 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 ?= ""
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]