summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups/cups_1.4.6.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.4.6.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.4.6.bb')
-rw-r--r--meta/recipes-extended/cups/cups_1.4.6.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-extended/cups/cups_1.4.6.bb b/meta/recipes-extended/cups/cups_1.4.6.bb
deleted file mode 100644
index 75c23d39e6..0000000000
--- a/meta/recipes-extended/cups/cups_1.4.6.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1require cups14.inc
2
3PR = "r9"
4DEPENDS += "libusb \
5 ${@base_contains('DISTRO_FEATURES', 'pam', 'libpam', '', d)}"
6
7LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=956e7600195e6139f12de8c2a5bbefa9"
8SRC_URI += " \
9 file://use_echo_only_in_init.patch \
10 file://0001-don-t-try-to-run-generated-binaries.patch \
11 file://cups_serverbin.patch \
12 file://cups-CVE-2011-2896.patch \
13 file://cups-CVE-2011-3170.patch \
14 file://cups-CVE-2012-5519.patch \
15 "
16
17SRC_URI[md5sum] = "de8fb5a29c36554925c0c6a6e2c0dae1"
18SRC_URI[sha256sum] = "f08711702a77b52c7150f96fe1f45482f6151cb95ef601268c528607fe6ad514"
19
20EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \
21 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"
22
23CONFFILES_${PN} += "${sysconfdir}/cups/cupsd.conf"