[OE-core] [OE-Core][Patch 10/13] ghostscript: Reduce duplication in MIPS variants.
Khem Raj
raj.khem at gmail.com
Mon Nov 7 17:33:39 UTC 2016
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 <Zubair.Kakakhel at imgtec.com>
> ---
> 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
>
More information about the Openembedded-core
mailing list