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:19:53 +0000 |
commit | adccc6507abdb214f6bfa85cfab0f4851c0d27d4 (patch) | |
tree | 18a9be42cc18079e9ccacb68e317658a16dc89f6 | |
parent | fb921fc3e888189df616b87ab57ec9f986a1b251 (diff) | |
download | poky-adccc6507abdb214f6bfa85cfab0f4851c0d27d4.tar.gz |
ghostscript: Reduce duplication in MIPS variants.
Reduce duplication in MIPS variants now that the MACHINEOVERRIDES
variable is defined
(From OE-Core rev: c4aefe37ef5ff34ebd8e1a077c9198dcf3634e07)
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 \ | |||
46 | --with-cups-datadir=${datadir}/cups \ | 46 | --with-cups-datadir=${datadir}/cups \ |
47 | " | 47 | " |
48 | 48 | ||
49 | EXTRA_OECONF_append_mips = " --with-large_color_index=0" | 49 | EXTRA_OECONF_append_mipsarcho32 = " --with-large_color_index=0" |
50 | EXTRA_OECONF_append_mipsel = " --with-large_color_index=0" | ||
51 | 50 | ||
52 | # Explicity disable libtiff, fontconfig, | 51 | # Explicity disable libtiff, fontconfig, |
53 | # freetype, cups for ghostscript-native | 52 | # freetype, cups for ghostscript-native |