On 11/7/16 7:01 AM, Zubair Lutfullah Kakakhel wrote: > Reduce duplication in MIPS variants now that the MACHINEOVERRIDES > variable is defined > > Signed-off-by: Zubair Lutfullah Kakakhel <[email protected]> > --- > meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb > b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb > index fe2016b..52f6fe3 100644 > --- a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb > +++ b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb > @@ -46,8 +46,8 @@ EXTRA_OECONF = "--without-x --with-system-libtiff > --without-jbig2dec \ > --with-cups-datadir=${datadir}/cups \ > " > > -EXTRA_OECONF_append_mips = " --with-large_color_index=0" > -EXTRA_OECONF_append_mipsel = " --with-large_color_index=0" > +EXTRA_OECONF_append_mipsarcho32 = " --with-large_color_index=0" > +EXTRA_OECONF_append_mipsarcho32el = " --with-large_color_index=0"
Now that you have opened the pandora box Can there be something like mipsarch = "common for LE and BE" mipsarcheb = "BE" mipsarchel = "LE" most of the times options are endian independent but LE suffers because its not default and we assume without qualifying endianness its BE > > # Explicity disable libtiff, fontconfig, > # freetype, cups for ghostscript-native > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
