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

Enrico Scholz enrico.scholz at sigma-chemnitz.de
Mon Aug 22 09:40:59 UTC 2016


Hongxu Jia <hongxu.jia-CWA4WttNNZF54TAoqtyWWQ at public.gmane.org> writes:

>  "
>  # commit id corresponds to the revision in package version
> -SRCREV = "05af40f7d3af1e43144ed5315e31c7044c122fab"
> +SRCREV = "63dd558cb8e888d6fab5f00bbf7842736a2356b9"

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 :(


See CF_CC_ENV_FLAGS in various aclocal.m4 files.



Enrico



More information about the Openembedded-core mailing list