[OE-core] [PATCH V2 0/1] python-numpy: fix build for qemumips and qemuppc

Chen Qi Qi.Chen at windriver.com
Tue Mar 4 01:51:32 UTC 2014


The following changes since commit 5a4b5c6b8ebd5f8d29888aafcd9608e03717bcd5:

  runqemu: Use readlink instead of realpath (2014-02-25 21:29:51 +0000)

are available in the git repository at:

  git://git.openembedded.org/openembedded-core-contrib ChenQi/python-numpy
  http://cgit.openembedded.org/cgit.cgi/openembedded-core-contrib/log/?h=ChenQi/python-numpy

Chen Qi (1):
  python-numpy: fix build for qemumips and qemuppc

 .../python/python-numpy/mips/_numpyconfig.h        |   30 +++++
 .../python/python-numpy/mips/config.h              |  139 ++++++++++++++++++++
 .../python/python-numpy/powerpc/_numpyconfig.h     |   30 +++++
 .../python/python-numpy/powerpc/config.h           |  139 ++++++++++++++++++++
 meta/recipes-devtools/python/python-numpy_1.7.0.bb |    8 ++
 5 files changed, 346 insertions(+)
 create mode 100644 meta/recipes-devtools/python/python-numpy/mips/_numpyconfig.h
 create mode 100644 meta/recipes-devtools/python/python-numpy/mips/config.h
 create mode 100644 meta/recipes-devtools/python/python-numpy/powerpc/_numpyconfig.h
 create mode 100644 meta/recipes-devtools/python/python-numpy/powerpc/config.h

-- 
1.7.9.5




More information about the Openembedded-core mailing list