summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups_1.6.1.bb
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2012-12-13 19:03:52 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-12-19 17:55:05 +0000
commit02491b4eded7be406a64d8e55bd23f11643283fc (patch)
tree801921fbd2599bc11910921fd703ba2f4efe9c53 /meta/recipes-extended/cups/cups_1.6.1.bb
parentabbb4e178a450ceaa66597e491ab65bcb4bafa0a (diff)
downloadpoky-02491b4eded7be406a64d8e55bd23f11643283fc.tar.gz
cups: Update to 1.6.1
License change was due to update of Date. Remove CVE patches as they where backports from this release (From OE-Core rev: 9524c0ed85592c87ff30b54ca705b5d1b447eb6f) 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.1.bb')
-rw-r--r--meta/recipes-extended/cups/cups_1.6.1.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-extended/cups/cups_1.6.1.bb b/meta/recipes-extended/cups/cups_1.6.1.bb
new file mode 100644
index 0000000000..42ce059230
--- /dev/null
+++ b/meta/recipes-extended/cups/cups_1.6.1.bb
@@ -0,0 +1,19 @@
1require cups16.inc
2
3DEPENDS += "libusb \
4 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
5
6LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=c5e50cb4b8f24b04636b719683a9102d"
7SRC_URI += " \
8 file://use_echo_only_in_init.patch \
9 file://0001-don-t-try-to-run-generated-binaries.patch \
10 file://cups_serverbin.patch \
11 "
12
13SRC_URI[md5sum] = "87ade07e3d1efd03c9c3add949cf9c00"
14SRC_URI[sha256sum] = "5842ab1144e653160fe667ee78b932ee036b054c0c2d20533d19e309149a7790"
15
16EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \
17 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"
18
19CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"