mirror of
https://git.yoctoproject.org/poky
synced 2026-09-13 00:49:33 +02:00
python-numpy: use x86 over-ride instead of i586
Support i686 without needing to duplicate the i586 over-ride. (From OE-Core rev: 9206887e7e3c1763438ea2abe2da807d2a61d59a) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
ba7461402f
commit
1f3b403a1c
@@ -26,7 +26,7 @@ CONFIGFILESURI_mipsel = " \
|
|||||||
file://config.h \
|
file://config.h \
|
||||||
file://numpyconfig.h \
|
file://numpyconfig.h \
|
||||||
"
|
"
|
||||||
CONFIGFILESURI_i586 = " \
|
CONFIGFILESURI_x86 = " \
|
||||||
file://config.h \
|
file://config.h \
|
||||||
file://numpyconfig.h \
|
file://numpyconfig.h \
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user