From 7a0ba5cbb1ea0a379c1e61fb58d7595e8f8480c4 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 17 Mar 2016 05:18:21 +0000 Subject: 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 Signed-off-by: Ross Burton --- meta/recipes-devtools/python/python-numpy_1.10.4.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-devtools/python/python-numpy_1.10.4.bb') 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 ?= "" -- cgit v1.2.3