mirror of
https://git.yoctoproject.org/poky
synced 2026-02-08 01:36:38 +01:00
python-numpy: Fix build for mips64
Add missing mips64 specific config files (From OE-Core rev: 4c0a9ccbad2889b27b4b1d2ab91215a4bdcca3ce) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -46,6 +46,10 @@ CONFIGFILESURI_powerpc64 = " \
|
||||
file://config.h \
|
||||
file://_numpyconfig.h \
|
||||
"
|
||||
CONFIGFILESURI_mips64 = " \
|
||||
file://config.h \
|
||||
file://_numpyconfig.h \
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/numpy-${PV}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user