diff options
| author | Saul Wold <sgw@linux.intel.com> | 2012-08-22 13:32:18 -0700 | 
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-23 11:43:34 +0100 | 
| commit | 59f3fb96e07ab467d2843a2c2df8facffec6efe0 (patch) | |
| tree | 760f412c27f7f1f2bc4f1df74e0729023efd1a5e | |
| parent | 48634df7bc17f70863e2d6ac77bd482424d5d7fc (diff) | |
| download | poky-59f3fb96e07ab467d2843a2c2df8facffec6efe0.tar.gz | |
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 <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-extended/cups/cups14.inc | 1 | ||||
| -rw-r--r-- | meta/recipes-extended/cups/cups_1.4.6.bb | 2 | 
2 files changed, 2 insertions, 1 deletions
| 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 = " \ | |||
| 21 | --without-perl \ | 21 | --without-perl \ | 
| 22 | --without-python \ | 22 | --without-python \ | 
| 23 | --without-java \ | 23 | --without-java \ | 
| 24 | --with-pdftops=none \ | ||
| 24 | " | 25 | " | 
| 25 | 26 | ||
| 26 | 27 | ||
| diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes-extended/cups/cups_1.4.6.bb index 84851804af..aadaa07534 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 @@ | |||
| 1 | require cups14.inc | 1 | require cups14.inc | 
| 2 | 2 | ||
| 3 | PR = "r5" | 3 | PR = "r6" | 
| 4 | DEPENDS += "libusb \ | 4 | DEPENDS += "libusb \ | 
| 5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 5 | ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}" | 
| 6 | 6 | ||
