summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-06-11 22:58:56 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-13 17:38:09 +0100
commit680c88f7be34a479e4757b381a0d27acdc898be4 (patch)
tree9892e2420a818e774a49b131f73e6dfa971bfd3c /meta/recipes-extended/cups
parent8006eb92d5ce05c74932a9a7710a388dc3cfbb7f (diff)
downloadpoky-680c88f7be34a479e4757b381a0d27acdc898be4.tar.gz
cups: Update to 1.6.2
(From OE-Core rev: dc6d641ed00ef2426d6ca9f3966c4c5974aea053) 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')
-rw-r--r--meta/recipes-extended/cups/cups16.inc2
-rw-r--r--meta/recipes-extended/cups/cups_1.6.2.bb (renamed from meta/recipes-extended/cups/cups_1.6.1.bb)4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-extended/cups/cups16.inc b/meta/recipes-extended/cups/cups16.inc
index 45e7d51705..f12c2cc20c 100644
--- a/meta/recipes-extended/cups/cups16.inc
+++ b/meta/recipes-extended/cups/cups16.inc
@@ -5,7 +5,7 @@ LICENSE = "GPLv2 & LGPLv2"
5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib" 5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib"
6PROVIDES = "cups14" 6PROVIDES = "cups14"
7 7
8SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2" 8SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2"
9 9
10LEAD_SONAME = "libcupsdriver.so" 10LEAD_SONAME = "libcupsdriver.so"
11 11
diff --git a/meta/recipes-extended/cups/cups_1.6.1.bb b/meta/recipes-extended/cups/cups_1.6.2.bb
index 42ce059230..aa199e93ea 100644
--- a/meta/recipes-extended/cups/cups_1.6.1.bb
+++ b/meta/recipes-extended/cups/cups_1.6.2.bb
@@ -10,8 +10,8 @@ SRC_URI += " \
10 file://cups_serverbin.patch \ 10 file://cups_serverbin.patch \
11 " 11 "
12 12
13SRC_URI[md5sum] = "87ade07e3d1efd03c9c3add949cf9c00" 13SRC_URI[md5sum] = "13c8b2b2336d42001abe4899766b62dc"
14SRC_URI[sha256sum] = "5842ab1144e653160fe667ee78b932ee036b054c0c2d20533d19e309149a7790" 14SRC_URI[sha256sum] = "37a3ebd305e76cfd4c9c53013e89c0f7a4dcb04b2e9da61029a29faa57e0f10d"
15 15
16EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \ 16EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \
17 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}" 17 ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"