[oe-commits] Robert Yang : cups: remove unrecognised option

git at git.openembedded.org git at git.openembedded.org
Thu Jan 2 12:53:25 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: acf2aca0c6af216d2757b0591accd80608ac5898
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=acf2aca0c6af216d2757b0591accd80608ac5898

Author: Robert Yang <liezhi.yang at windriver.com>
Date:   Sat Dec 28 23:38:33 2013 +0800

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 at windriver.com>

---

 meta/recipes-extended/cups/cups.inc | 2 --
 1 file changed, 2 deletions(-)

diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc
index cb5b1a7..7a18500 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 \
                "
 
 



More information about the Openembedded-commits mailing list