summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
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 12:50:13 +0000
commit41b9a1115b427d37d091d7dc91c17591ad5b5bf3 (patch)
tree2e5b52cc2552c8a005827ec21ae1c491d2c6537a /meta/recipes-extended/cups
parentc49a6935e5b935df48de5b47dbab0771834c44d5 (diff)
downloadpoky-41b9a1115b427d37d091d7dc91c17591ad5b5bf3.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 (From OE-Core rev: acf2aca0c6af216d2757b0591accd80608ac5898) Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-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 = " \
25 --enable-dbus \ 25 --enable-dbus \
26 --enable-browsing \ 26 --enable-browsing \
27 --disable-openssl \ 27 --disable-openssl \
28 --disable-tiff \
29 --disable-gssapi \ 28 --disable-gssapi \
30 --enable-debug \ 29 --enable-debug \
31 --disable-relro \ 30 --disable-relro \
@@ -34,7 +33,6 @@ EXTRA_OECONF = " \
34 --without-perl \ 33 --without-perl \
35 --without-python \ 34 --without-python \
36 --without-java \ 35 --without-java \
37 --with-pdftops=none \
38 " 36 "
39 37
40 38