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 /meta/recipes-extended/cups/cups.inc | |
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>
Diffstat (limited to 'meta/recipes-extended/cups/cups.inc')
-rw-r--r-- | meta/recipes-extended/cups/cups.inc | 2 |
1 files changed, 1 insertions, 1 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 \ |