diff options
author | Upgrade Helper <auh@auh.yoctoproject.org> | 2016-07-27 21:52:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-01 11:47:13 +0100 |
commit | d8cff6067799bcea520ae79cd3b96aadc4e8b258 (patch) | |
tree | 49b9b602a564fbad66a310facd5494a10c5c8bac /meta/recipes-devtools/python-numpy | |
parent | 5c2bc4d63a1bad38ec7f4444eb800c5219a0098c (diff) | |
download | poky-d8cff6067799bcea520ae79cd3b96aadc4e8b258.tar.gz |
python-numpy: upgrade to 1.11.1
(From OE-Core rev: 92396af29ed8101a811f05654d15f8bc952f258c)
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.1.bb (renamed from meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb) | 4 |
1 files changed, 2 insertions, 2 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.1.bb index 7c70a10470..c5af720a9c 100644 --- a/meta/recipes-devtools/python-numpy/python-numpy_1.11.0.bb +++ b/meta/recipes-devtools/python-numpy/python-numpy_1.11.1.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] = "2f44a895a8104ffac140c3a70edbd450" |
77 | SRC_URI[sha256sum] = "a1d1268d200816bfb9727a7a27b78d8e37ecec2e4d5ebd33eb64e2789e0db43e" | 77 | SRC_URI[sha256sum] = "dc4082c43979cc856a2bf352a8297ea109ccb3244d783ae067eb2ee5b0d577cd" |
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 \ |