diff options
author | Edwin Plauchu <edwin.plauchu.camacho@intel.com> | 2016-11-16 17:48:50 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
commit | ef18ccbfcc8bd8a585b4e848c667854e8d885303 (patch) | |
tree | 0c2e3123361c324c712035b5b06de9c1beb508bc /meta/recipes-devtools/python-numpy | |
parent | 914209a7812f651c1500830b016883b867621d18 (diff) | |
download | poky-ef18ccbfcc8bd8a585b4e848c667854e8d885303.tar.gz |
python3-numpy: upgrade to 1.11.2
It is a simultaneous upgrade for python 2 and 3 over numpy module.
(From OE-Core rev: 76cfe4d9ba18249376d7391e4f416b5e7c008e8d)
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python-numpy')
-rw-r--r-- | meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb (renamed from meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb b/meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb index c5af720a9c..dafd7e2bf7 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.11.1.bb +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.11.2.bb | |||
@@ -73,8 +73,8 @@ do_compile_prepend_class-target() { | |||
73 | 73 | ||
74 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" | 74 | FILES_${PN}-staticdev += "${PYTHON_SITEPACKAGES_DIR}/numpy/core/lib/*.a" |
75 | 75 | ||
76 | SRC_URI[md5sum] = "2f44a895a8104ffac140c3a70edbd450" | 76 | SRC_URI[md5sum] = "03bd7927c314c43780271bf1ab795ebc" |
77 | SRC_URI[sha256sum] = "dc4082c43979cc856a2bf352a8297ea109ccb3244d783ae067eb2ee5b0d577cd" | 77 | SRC_URI[sha256sum] = "04db2fbd64e2e7c68e740b14402b25af51418fc43a59d9e54172b38b906b0f69" |
78 | 78 | ||
79 | # install what is needed for numpy.test() | 79 | # install what is needed for numpy.test() |
80 | RDEPENDS_${PN} = "python-unittest \ | 80 | RDEPENDS_${PN} = "python-unittest \ |