]> code.ossystems Code Review - openembedded-core.git/commitdiff
cups: Update to 1.6.2
authorSaul Wold <sgw@linux.intel.com>
Wed, 12 Jun 2013 05:58:56 +0000 (22:58 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 13 Jun 2013 16:37:56 +0000 (17:37 +0100)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta/recipes-extended/cups/cups16.inc
meta/recipes-extended/cups/cups_1.6.2.bb [moved from meta/recipes-extended/cups/cups_1.6.1.bb with 80% similarity]

index 45e7d51705842cf65827172fca4847dcb7948e38..f12c2cc20cbccc69f31cb293e61e222854753edb 100644 (file)
@@ -5,7 +5,7 @@ LICENSE = "GPLv2 & LGPLv2"
 DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib"
 PROVIDES = "cups14"
 
-SRC_URI = "ftp://ftp.easysw.com/pub/cups/${PV}/cups-${PV}-source.tar.bz2"
+SRC_URI = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2"
 
 LEAD_SONAME = "libcupsdriver.so"
 
similarity index 80%
rename from meta/recipes-extended/cups/cups_1.6.1.bb
rename to meta/recipes-extended/cups/cups_1.6.2.bb
index 42ce05923099add75a6d87d52b5b5dad040e05d5..aa199e93ea4017eb45f0633b80ff5bc888b8152f 100644 (file)
@@ -10,8 +10,8 @@ SRC_URI += " \
             file://cups_serverbin.patch \
        "
 
-SRC_URI[md5sum] = "87ade07e3d1efd03c9c3add949cf9c00"
-SRC_URI[sha256sum] = "5842ab1144e653160fe667ee78b932ee036b054c0c2d20533d19e309149a7790"
+SRC_URI[md5sum] = "13c8b2b2336d42001abe4899766b62dc"
+SRC_URI[sha256sum] = "37a3ebd305e76cfd4c9c53013e89c0f7a4dcb04b2e9da61029a29faa57e0f10d"
 
 EXTRA_OECONF += " --disable-gssapi --enable-debug --disable-relro --enable-libusb \
        ${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam', '--disable-pam', d)}"