summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorArmin Kuster <akuster@mvista.com>2016-05-16 23:58:37 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-06-29 19:35:59 +0100
commite506807f5493e4280165bedee1deab9075d50a97 (patch)
tree88d9b683773782cc80161f3da9094ae30bb57603 /meta/recipes-devtools
parent5a707197621766746069dae8f493628553f75a38 (diff)
downloadpoky-e506807f5493e4280165bedee1deab9075d50a97.tar.gz
python-numpy: fix build failure with python-matplotlib
Fix for aarch64, mips64 and ppc64 numpy/core/include/numpy/npy_common.h:149:10: error: | #error Unsupported size for type off_t (From OE-Core rev: dff54b8affad38ffcd5f80308f4c3a265dc2dbae) (From OE-Core rev: 3b57e9afedc39e473763ac26b7ee014788a915dc) Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h1
-rw-r--r--meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h1
-rw-r--r--meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h1
3 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h b/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
index 191e5a19e2..109deb0435 100644
--- a/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
+++ b/meta/recipes-devtools/python/python-numpy/aarch64/_numpyconfig.h
@@ -11,6 +11,7 @@
11#define NPY_SIZEOF_PY_INTPTR_T 8 11#define NPY_SIZEOF_PY_INTPTR_T 8
12#define NPY_SIZEOF_PY_LONG_LONG 8 12#define NPY_SIZEOF_PY_LONG_LONG 8
13#define NPY_SIZEOF_LONGLONG 8 13#define NPY_SIZEOF_LONGLONG 8
14#define NPY_SIZEOF_OFF_T 8
14#define NPY_NO_SMP 0 15#define NPY_NO_SMP 0
15#define NPY_HAVE_DECL_ISNAN 16#define NPY_HAVE_DECL_ISNAN
16#define NPY_HAVE_DECL_ISINF 17#define NPY_HAVE_DECL_ISINF
diff --git a/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h b/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
index 8e2b5d0940..debb390094 100644
--- a/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
+++ b/meta/recipes-devtools/python/python-numpy/mips64/_numpyconfig.h
@@ -12,6 +12,7 @@
12#define NPY_SIZEOF_PY_INTPTR_T 8 12#define NPY_SIZEOF_PY_INTPTR_T 8
13#define NPY_SIZEOF_PY_LONG_LONG 8 13#define NPY_SIZEOF_PY_LONG_LONG 8
14#define NPY_SIZEOF_LONGLONG 8 14#define NPY_SIZEOF_LONGLONG 8
15#define NPY_SIZEOF_OFF_T 8
15#define NPY_NO_SMP 0 16#define NPY_NO_SMP 0
16#define NPY_HAVE_DECL_ISNAN 17#define NPY_HAVE_DECL_ISNAN
17#define NPY_HAVE_DECL_ISINF 18#define NPY_HAVE_DECL_ISINF
diff --git a/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h b/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
index 8e2b5d0940..debb390094 100644
--- a/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
+++ b/meta/recipes-devtools/python/python-numpy/powerpc64/_numpyconfig.h
@@ -12,6 +12,7 @@
12#define NPY_SIZEOF_PY_INTPTR_T 8 12#define NPY_SIZEOF_PY_INTPTR_T 8
13#define NPY_SIZEOF_PY_LONG_LONG 8 13#define NPY_SIZEOF_PY_LONG_LONG 8
14#define NPY_SIZEOF_LONGLONG 8 14#define NPY_SIZEOF_LONGLONG 8
15#define NPY_SIZEOF_OFF_T 8
15#define NPY_NO_SMP 0 16#define NPY_NO_SMP 0
16#define NPY_HAVE_DECL_ISNAN 17#define NPY_HAVE_DECL_ISNAN
17#define NPY_HAVE_DECL_ISINF 18#define NPY_HAVE_DECL_ISINF