[OE-core] [PATCH 3/3] ncurses: upgrade to 6.0+20160625

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Aug 22 11:21:27 UTC 2016


"Burton, Ross" <ross.burton at intel.com> writes:

>> This breaks the build with OE because it tries to split our $CC.
>> E.g. with
>>
>> | CC = ccache arm-linux-gnueabi-gcc -march=armv7ve ... --sysroot=...
>>
>> configure will warn
>>
>> | your environment misuses the CC variable to hold CFLAGS/CPPFLAGS options
>>
>> and messes up CFLAGS completely so that 'arm-linux-gnuebi-gcc' becomes
>> part of it :(
>>
> ncurses isn't the first recipe we've had to patch over this...

ncurses is ugly because it uses its own private version of autoconf.  We
will have to patch a lot of (compiled) 'configure' scripts, or (which I
prefer) create a local wrapper script for $CC.

I wrote an upstream bug report ([1]), but it probably has to go through
moderation first and is not visible yet.



Enrico

Footnotes: 
[1]  https://lists.gnu.org/archive/html/bug-ncurses/



More information about the Openembedded-core mailing list