mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 17:59:59 +00:00
python-numpy: add config files for armeb architecture
Fix python-numpy build failure on armeb architecture. Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Acked-by: Koen Kooi <koen.kooi@linaro.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
0933085d53
commit
9fede488dc
@@ -2,6 +2,7 @@ DESCRIPTION = "A sophisticated Numeric Processing Package for Python"
|
||||
SECTION = "devel/python"
|
||||
LICENSE = "PSF"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=f87832d854acbade6e9f5c601c8b30b1"
|
||||
PR = "r1"
|
||||
|
||||
SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/numpy-${PV}.tar.gz \
|
||||
${CONFIGFILESURI} "
|
||||
@@ -16,6 +17,10 @@ CONFIGFILESURI_arm = " \
|
||||
file://config.h \
|
||||
file://numpyconfig.h \
|
||||
"
|
||||
CONFIGFILESURI_armeb = " \
|
||||
file://config.h \
|
||||
file://numpyconfig.h \
|
||||
"
|
||||
CONFIGFILESURI_mipsel = " \
|
||||
file://config.h \
|
||||
file://numpyconfig.h \
|
||||
|
||||
Reference in New Issue
Block a user