From 59f3fb96e07ab467d2843a2c2df8facffec6efe0 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Wed, 22 Aug 2012 13:32:18 -0700 Subject: cups: disable pdftops This ensure a reliable built without host contamination, this will also disable the usage of ghostscript. [YOCTO #2966] (From OE-Core rev: 90bccaa290d2bc04c7ea1bbeb2cddb3509d0d380) Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-extended/cups/cups14.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/recipes-extended/cups/cups14.inc') diff --git a/meta/recipes-extended/cups/cups14.inc b/meta/recipes-extended/cups/cups14.inc index 0517007acd..9fae880d22 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 \ " -- cgit v1.2.3-54-g00ecf