On 21 October 2016 at 19:12, Khem Raj <[email protected]> wrote: > >> On Oct 21, 2016, at 12:10 AM, Koen Kooi <[email protected]> wrote: >> >> +# Find libbsd headers during native builds >> +CC_append_class-native = " -I${STAGING_INCDIR}" >> +CC_append_class-nativesdk = " -I${STAGING_INCDIR}" >> + > > is CC the only option to be tweaked ? can it be done via CFLAGS or > BUILD_CFLAGS > and BUILDSDK_CFLAGS
Among other things, CFLAGS gets emptied a bit later in the recipe, which I why I went the CC_append route. -- Koen Kooi Builds and Baselines | Release Manager Linaro.org | Open source software for ARM SoCs -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
