diff options
| author | Khem Raj <raj.khem@gmail.com> | 2016-03-17 05:18:21 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-20 22:57:56 +0000 |
| commit | 7a0ba5cbb1ea0a379c1e61fb58d7595e8f8480c4 (patch) | |
| tree | 8df3afeed2a73f9837267dfa4fe88627aaf42a24 /meta/recipes-devtools/python/python-numpy_1.10.4.bb | |
| parent | cd3408e7b845891b63de04249982330e02f13ee8 (diff) | |
| download | openembedded-core-7a0ba5cbb1ea0a379c1e61fb58d7595e8f8480c4.tar.gz openembedded-core-7a0ba5cbb1ea0a379c1e61fb58d7595e8f8480c4.tar.bz2 openembedded-core-7a0ba5cbb1ea0a379c1e61fb58d7595e8f8480c4.zip | |
python-numpy: Fix build on musl
Match API version in cached _numpyconfig.h to the
one mandated by numpy version in use.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-devtools/python/python-numpy_1.10.4.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python-numpy_1.10.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-numpy_1.10.4.bb b/meta/recipes-devtools/python/python-numpy_1.10.4.bb index fa651cb441..8a562dcb99 100644 --- a/meta/recipes-devtools/python/python-numpy_1.10.4.bb +++ b/meta/recipes-devtools/python/python-numpy_1.10.4.bb @@ -6,6 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=9f4e88b5748e8313caaf33d081ce65a3" SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \ file://0001-Don-t-search-usr-and-so-on-for-libraries-by-default-.patch \ file://remove-build-path-in-comments.patch \ + file://add-glibc-check.patch \ ${CONFIGFILESURI} " CONFIGFILESURI ?= "" |
