]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
cups: disable pdftops
authorSaul Wold <sgw@linux.intel.com>
Wed, 22 Aug 2012 20:32:18 +0000 (13:32 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Aug 2012 10:15:51 +0000 (11:15 +0100)
This ensure a reliable built without host contamination, this
will also disable the usage of ghostscript.

[YOCTO #2966]

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/cups/cups14.inc
meta/recipes-extended/cups/cups_1.4.6.bb

index 0517007acdd0506c9c49de7b78d34fe2037a708e..9fae880d22e48f18a64f4f0555b370724ba667f4 100644 (file)
@@ -21,6 +21,7 @@ EXTRA_OECONF = " \
                --without-perl \
                --without-python \
                --without-java \
+               --with-pdftops=none \
                "
 
 
index 84851804afe464bb66cd1458e141f6c07f1df2a1..aadaa075349236095c2a2f69b0d098c9355a9766 100644 (file)
@@ -1,6 +1,6 @@
 require cups14.inc
 
-PR = "r5"
+PR = "r6"
 DEPENDS += "libusb \
        ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"