diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-07-15 09:49:36 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-07-20 10:24:55 +0100 |
commit | 2524b8380f8c701dc173d81e39cda833e21e7003 (patch) | |
tree | 2cb32affcf05a9d7c3e707c5cb9f08e8d22a85d9 | |
parent | 4cd2db8850c76a842d6a4e85eddd1bf66dd56a6b (diff) | |
download | openembedded-core-2524b8380f8c701dc173d81e39cda833e21e7003.tar.gz openembedded-core-2524b8380f8c701dc173d81e39cda833e21e7003.tar.bz2 openembedded-core-2524b8380f8c701dc173d81e39cda833e21e7003.zip |
cups: upgrade to 2.1.4
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 | ||||
-rw-r--r-- | meta/recipes-extended/cups/cups_2.1.3.bb | 6 | ||||
-rw-r--r-- | meta/recipes-extended/cups/cups_2.1.4.bb | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-extended/cups/cups.inc b/meta/recipes-extended/cups/cups.inc index 9a12a7820b..02b6358afe 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc @@ -3,7 +3,7 @@ SECTION = "console/utils" LICENSE = "GPLv2 & LGPLv2" DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" -SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ +SRC_URI = "https://github.com/apple/cups/releases/download/release-${PV}/${BP}-source.tar.gz \ file://use_echo_only_in_init.patch \ file://0001-don-t-try-to-run-generated-binaries.patch \ file://cups_serverbin.patch \ diff --git a/meta/recipes-extended/cups/cups_2.1.3.bb b/meta/recipes-extended/cups/cups_2.1.3.bb deleted file mode 100644 index aef211d918..0000000000 --- a/meta/recipes-extended/cups/cups_2.1.3.bb +++ /dev/null @@ -1,6 +0,0 @@ -require cups.inc - -LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0" - -SRC_URI[md5sum] = "62b8fafd590e75f72316915790b0850a" -SRC_URI[sha256sum] = "36a70d43584aea2617da914b9331e23341c3501a8254c4d2eae9c11ec01fd4d3" diff --git a/meta/recipes-extended/cups/cups_2.1.4.bb b/meta/recipes-extended/cups/cups_2.1.4.bb new file mode 100644 index 0000000000..0fab806f99 --- /dev/null +++ b/meta/recipes-extended/cups/cups_2.1.4.bb @@ -0,0 +1,6 @@ +require cups.inc + +LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0" + +SRC_URI[md5sum] = "9f9bf6e3b9c20a3519b4dc409666d6e7" +SRC_URI[sha256sum] = "4b14fd833180ac529ebebea766a09094c2568bf8426e219cb3a1715304ef728d" |