On Wed, Feb 22, 2017 at 9:53 AM, Jacobo Aragunde Pérez <[email protected]> wrote: > Chromium-wayland fails with: > http://errors.yoctoproject.org/Errors/Build/32356/ > > Root cause seems to be ICU mixing host and target architectures, > same as in: https://bugreports.qt.io/browse/QTBUG-57705 > > Signed-off-by: Jacobo Aragunde Pérez <[email protected]> > --- > recipes-browser/chromium/chromium.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/recipes-browser/chromium/chromium.inc > b/recipes-browser/chromium/chromium.inc > index 0e7250e..0076f3a 100644 > --- a/recipes-browser/chromium/chromium.inc > +++ b/recipes-browser/chromium/chromium.inc > @@ -15,6 +15,7 @@ inherit gettext pythonnative > > ARMFPABI_armv7a = "${@bb.utils.contains('TUNE_FEATURES', > 'callconvention-hard', 'arm_float_abi=hard', 'arm_float_abi=softfp', d)}" > GYP_DEFINES += "${ARMFPABI} > release_extra_cflags='-Wno-error=unused-local-typedefs' sysroot=''" > +GYP_DEFINES_append_qemux86 = " generate_character_data=0"
Any x86 will need this. -- Otavio Salvador O.S. Systems http://www.ossystems.com.br http://code.ossystems.com.br Mobile: +55 (53) 9981-7854 Mobile: +1 (347) 903-9750 -- _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-devel
