The commits related to this fix are provided in order of importance. 1/3 - the actual fix, it adds a check for the inheritance of allarch in icecc.bbclass
2/3 - optional, makes it so that PACKAGE_ARCH is expanded ib icc_is_allarch, as it may contain unexpanded variables 3/3 - optional, replace icc with icecc to avoid confusing the Icecream compiler (icecc) with the Intel C compiler (icc) note: an additional related documentation patch is being sent to the documentation mailing list Alex Franco (4): icecc.bbclass: add icc_is_allarch inherit check icecc.bbclass: expand package arch icecc.bbclass: replace icc with icecc documentation/ref-manual/ref-classes.xml | 2 +- meta/classes/icecc.bbclass | 61 +++++++++++++++++--------------- 2 files changed, 33 insertions(+), 30 deletions(-) -- 2.7.3 -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
