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:28:51 +0100 |
commit | 35c9e2a3ea576a6bd69583061bf3764b05a148fc (patch) | |
tree | ece46aa64a317160b4f764a6ea84bfe5682a18b3 /meta/recipes-extended | |
parent | 1854732804b833b2f6ce4f99c129066a848fa7ab (diff) | |
download | poky-35c9e2a3ea576a6bd69583061bf3764b05a148fc.tar.gz |
cups: upgrade to 2.1.4
(From OE-Core rev: 2524b8380f8c701dc173d81e39cda833e21e7003)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended')
-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" | |||
3 | LICENSE = "GPLv2 & LGPLv2" | 3 | LICENSE = "GPLv2 & LGPLv2" |
4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" | 4 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" |
5 | 5 | ||
6 | SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | 6 | SRC_URI = "https://github.com/apple/cups/releases/download/release-${PV}/${BP}-source.tar.gz \ |
7 | file://use_echo_only_in_init.patch \ | 7 | file://use_echo_only_in_init.patch \ |
8 | file://0001-don-t-try-to-run-generated-binaries.patch \ | 8 | file://0001-don-t-try-to-run-generated-binaries.patch \ |
9 | file://cups_serverbin.patch \ | 9 | 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 @@ | |||
1 | require cups.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0" | ||
4 | |||
5 | SRC_URI[md5sum] = "62b8fafd590e75f72316915790b0850a" | ||
6 | 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 @@ | |||
1 | require cups.inc | ||
2 | |||
3 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=6c5a350596fba02754bd96eb6df3afd0" | ||
4 | |||
5 | SRC_URI[md5sum] = "9f9bf6e3b9c20a3519b4dc409666d6e7" | ||
6 | SRC_URI[sha256sum] = "4b14fd833180ac529ebebea766a09094c2568bf8426e219cb3a1715304ef728d" | ||