diff options
author | Edwin Plauchu <edwin.plauchu.camacho@linux.intel.com> | 2016-11-09 17:41:43 -0600 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-23 11:10:15 +0000 |
commit | 0a636674dd50ba829cfdadc4effb07fda9daabdb (patch) | |
tree | 984fcaecdbcd1f5ee1b66f94b656d26ac760b734 /meta/recipes-devtools/python-numpy | |
parent | eb43e94723bc7245741354e69ec9236ae8206714 (diff) | |
download | poky-0a636674dd50ba829cfdadc4effb07fda9daabdb.tar.gz |
python3-numpy: upgrade to 1.11.2
(From OE-Core rev: 8fd8082e39bc2abdb0d9b2a41a6389c350c578f9)
Signed-off-by: Edwin Plauchu <edwin.plauchu.camacho@linux.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/python3-numpy_1.11.2.bb (renamed from meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb b/meta/recipes-devtools/python-numpy/python3-numpy_1.11.2.bb index 3cca2239d9..c34df6fa9a 100644 --- a/meta/recipes-devtools/python-numpy/python3-numpy_1.11.0.bb +++ b/meta/recipes-devtools/python-numpy/python3-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] = "bc56fb9fc2895aa4961802ffbdb31d0b" | 76 | SRC_URI[md5sum] = "03bd7927c314c43780271bf1ab795ebc" |
77 | SRC_URI[sha256sum] = "a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e" | 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} = "python3-unittest \ | 80 | RDEPENDS_${PN} = "python3-unittest \ |