From: Saul Wold Date: Wed, 22 Aug 2012 20:32:18 +0000 (-0700) Subject: cups: disable pdftops X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~40266 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=90bccaa290d2bc04c7ea1bbeb2cddb3509d0d380;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git cups: disable pdftops This ensure a reliable built without host contamination, this will also disable the usage of ghostscript. [YOCTO #2966] Signed-off-by: Saul Wold --- diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc index 0517007acdd..9fae880d22e 100644 --- a/meta/recipes-extended/cups/cups14.inc +++ b/meta/recipes-extended/cups/cups14.inc @@ -21,6 +21,7 @@ EXTRA_OECONF = " \ --without-perl \ --without-python \ --without-java \ + --with-pdftops=none \ " diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes-extended/cups/cups_1.4.6.bb index 84851804afe..aadaa075349 100644 --- a/meta/recipes-extended/cups/cups_1.4.6.bb +++ b/meta/recipes-extended/cups/cups_1.4.6.bb @@ -1,6 +1,6 @@ require cups14.inc -PR = "r5" +PR = "r6" DEPENDS += "libusb \ ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"