mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-03 20:54:42 +02:00
python-numpy: add support for powerpc architecture
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
committed by
Martin Jansa
parent
742bd501e8
commit
7f903c9d0b
@@ -34,6 +34,15 @@ CONFIGFILESURI_x86-64 = " \
|
||||
file://_numpyconfig.h \
|
||||
"
|
||||
|
||||
CONFIGFILESURI_powerpc = " \
|
||||
file://config.h \
|
||||
file://numpyconfig.h \
|
||||
"
|
||||
CONFIGFILESURI_powerpc64 = " \
|
||||
file://config.h \
|
||||
file://_numpyconfig.h \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/numpy-${PV}"
|
||||
|
||||
inherit distutils
|
||||
|
||||
Reference in New Issue
Block a user