[OE-core] [PATCH 1/4] python-numpy: duplicate i586 over-ride for i686

Andre McCurdy armccurdy at gmail.com
Thu Jun 4 08:39:40 UTC 2015


On Wed, Jun 3, 2015 at 11:30 PM, Khem Raj <raj.khem at gmail.com> wrote:
>
>> On Jun 3, 2015, at 8:31 PM, Andre McCurdy <armccurdy at gmail.com> wrote:
>>
>> Signed-off-by: Andre McCurdy <armccurdy at gmail.com>
>> ---
>> meta/recipes-devtools/python/python-numpy_1.7.0.bb | 4 ++++
>> 1 file changed, 4 insertions(+)
>>
>> diff --git a/meta/recipes-devtools/python/python-numpy_1.7.0.bb b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> index d4fd279..28ad97f 100644
>> --- a/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> +++ b/meta/recipes-devtools/python/python-numpy_1.7.0.bb
>> @@ -30,6 +30,10 @@ CONFIGFILESURI_i586 = " \
>>     file://config.h \
>>     file://numpyconfig.h \
>> "
>> +CONFIGFILESURI_i686 = " \
>> +    file://config.h \
>> +    file://numpyconfig.h \
>> +”
>
>
> can we use x86 override instead ?

Yes, I'll send a v2.

I'm hopeful that this set of fixes will be acceptable for fido, which
is why I initially went for adding i686 over-rides instead of a more
widespread clean-up to replace i586 with x86.

>> CONFIGFILESURI_x86-64 = " \
>>     file://config.h \
>>     file://_numpyconfig.h \
>> --
>> 1.9.1
>>



More information about the Openembedded-core mailing list