summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups_1.6.4.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-09-28 08:45:32 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-14 16:54:32 +0100
commitb92d1d9bf3fbfd92d0baec7939e06505eaf45f09 (patch)
tree5ce680ad2d2e9da17eb5c6097edf6f6696cff128 /meta/recipes-extended/cups/cups_1.6.4.bb
parent53b2c9e3a0a3b355c785299f9699dff70f81fd9b (diff)
downloadopenembedded-core-contrib-b92d1d9bf3fbfd92d0baec7939e06505eaf45f09.tar.gz
cups: upgrade to 1.6.4
Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups/cups_1.6.4.bb')
-rw-r--r--meta/recipes-extended/cups/cups_1.6.4.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups_1.6.4.bb b/meta/recipes-extended/cups/cups_1.6.4.bb
new file mode 100644
index 0000000000..8aabd49d26
--- /dev/null
+++ b/meta/recipes-extended/cups/cups_1.6.4.bb
@@ -0,0 +1,19 @@
+require cups16.inc
+
+DEPENDS += "libusb \
+ ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
+
+LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5e50cb4b8f24b04636b719683a9102d"
+SRC_URI += " \
+ file://use_echo_only_in_init.patch \
+ file://0001-don-t-try-to-run-generated-binaries.patch \
+ file://cups_serverbin.patch \
+ "
+
+SRC_URI[md5sum] = "52c3df269709a4d25472cfe72ab5e856"
+SRC_URI[sha256sum] = "b910c3e43b2d06f54154d12710e849455d0710c9983dab0a5f49a5e93b1b7e73"
+
+EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \
+ ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"
+
+CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"