diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2016-02-18 13:29:04 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-02-18 22:55:10 +0000 |
commit | e6cd13770b19e221cfd5d66fe36138f6e1de0158 (patch) | |
tree | 21e778162f067a7069b2ddd006d32a8a19f0c624 /meta/recipes-extended/cups/cups.inc | |
parent | 086d59455a7c273f7eccf442067df3c538f43c05 (diff) | |
download | openembedded-core-e6cd13770b19e221cfd5d66fe36138f6e1de0158.tar.gz openembedded-core-e6cd13770b19e221cfd5d66fe36138f6e1de0158.tar.bz2 openembedded-core-e6cd13770b19e221cfd5d66fe36138f6e1de0158.zip |
cups: upgrade to 2.1.3
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 3f81e2c39b..4b2d21409c 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 = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ +SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ file://use_echo_only_in_init.patch \ file://0001-don-t-try-to-run-generated-binaries.patch \ file://cups_serverbin.patch \ |