diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-11-08 17:12:32 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-15 15:11:56 +0000 |
commit | c4aefe37ef5ff34ebd8e1a077c9198dcf3634e07 (patch) | |
tree | 5143cbe95f31fb1bc6669ba764fb295ab70e2dce /meta/recipes-extended/ghostscript | |
parent | fd96266da21f84b01c1b617f3bf8462f3d9dd84c (diff) | |
download | openembedded-core-c4aefe37ef5ff34ebd8e1a077c9198dcf3634e07.tar.gz openembedded-core-c4aefe37ef5ff34ebd8e1a077c9198dcf3634e07.tar.bz2 openembedded-core-c4aefe37ef5ff34ebd8e1a077c9198dcf3634e07.zip |
ghostscript: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-extended/ghostscript')
-rw-r--r-- | meta/recipes-extended/ghostscript/ghostscript_9.19.bb | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb index fe2016b15a..8524591a0a 100644 --- a/meta/recipes-extended/ghostscript/ghostscript_9.19.bb +++ b/meta/recipes-extended/ghostscript/ghostscript_9.19.bb @@ -46,8 +46,7 @@ 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" # Explicity disable libtiff, fontconfig, # freetype, cups for ghostscript-native |