Re: [OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-26 Thread ChenQi
On 02/26/2014 06:44 PM, Richard Purdie wrote: On Wed, 2014-02-26 at 18:22 +0800, ChenQi wrote: On 02/26/2014 06:02 PM, Burton, Ross wrote: On 26 February 2014 07:33, Chen Qi wrote: This is because for qemumips, there are no such files in SRC_URI. And actually we don't need such files. So for

Re: [OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-26 Thread Richard Purdie
On Wed, 2014-02-26 at 18:22 +0800, ChenQi wrote: > On 02/26/2014 06:02 PM, Burton, Ross wrote: > > On 26 February 2014 07:33, Chen Qi wrote: > >> This is because for qemumips, there are no such files in SRC_URI. And > >> actually we don't need such files. So for qemumips, the `cp' command > >> is

Re: [OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-26 Thread ChenQi
On 02/26/2014 06:02 PM, Burton, Ross wrote: On 26 February 2014 07:33, Chen Qi wrote: This is because for qemumips, there are no such files in SRC_URI. And actually we don't need such files. So for qemumips, the `cp' command is expected to fail. Those files contain the definitions of things li

Re: [OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-26 Thread Burton, Ross
On 26 February 2014 07:33, Chen Qi wrote: > This is because for qemumips, there are no such files in SRC_URI. And > actually we don't need such files. So for qemumips, the `cp' command > is expected to fail. Those files contain the definitions of things like word size and byte ordering, so unless

[OE-core] [PATCH 1/1] python-numpy: fix compile error for qemumips

2014-02-25 Thread Chen Qi
When building python-numpy for qemumips, 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, there are no such files in SRC_URI. And actually we don't need such files. So for qemumips, the `cp' command is exp