aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Yang <liezhi.yang@windriver.com>2013-12-28 23:38:33 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 10:41:59 +0000
commitacf2aca0c6af216d2757b0591accd80608ac5898 (patch)
tree939b5904c7bb527c95032ee049b939e42ba504fa
parent00c893c0fe524abb4ae4f1aa6d007ff543fb6afb (diff)
downloadopenembedded-core-contrib-acf2aca0c6af216d2757b0591accd80608ac5898.tar.gz
cups: remove unrecognised option
Remove the following 2 options: * --disable-tiff * --with-pdftops The tiff and pdftops filters have been moved into another package cups-filters, so these options are not valid any more. Please visit here for more info: http://www.cups.org/str.php?L3930 Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
-rw-r--r--meta/recipes-extended/cups/cups.inc2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index cb5b1a780c..7a18500530 100644
--- a/meta/recipes-extended/cups/cups.inc
+++ b/meta/recipes-extended/cups/cups.inc
@@ -25,7 +25,6 @@ EXTRA_OECONF = " \
--enable-dbus \
--enable-browsing \
--disable-openssl \
- --disable-tiff \
--disable-gssapi \
--enable-debug \
--disable-relro \
@@ -34,7 +33,6 @@ EXTRA_OECONF = " \
--without-perl \
--without-python \
--without-java \
- --with-pdftops=none \
"