]> code.ossystems Code Review - openembedded-core.git/commit
python-numpy: fix build for qemumips and qemuppc
authorChen Qi <Qi.Chen@windriver.com>
Tue, 4 Mar 2014 01:51:33 +0000 (09:51 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 7 Mar 2014 14:49:22 +0000 (14:49 +0000)
commit15582a25f964e53d28ca0b5c94df3a803c366fed
tree8816e5cc56966fed500352b07ed64eb9d10f1c32
parent81006fe51340bba284131fa9ebc45da129b9a4ae
python-numpy: fix build for qemumips and qemuppc

When building python-numpy for qemumips or qemuppc, the following error
appeared.

cp: cannot stat `xxx/python-numpy/1.7.0-r1/*config.h': No such file or directory

This is because for qemumips or qemuppc, there are no such files in SRC_URI.

This patch fixes this compiling error by adding necessary files to the SRC_URI.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy/mips/config.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy/powerpc/config.h [new file with mode: 0644]
meta/recipes-devtools/python/python-numpy_1.7.0.bb