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-19 01:01:24 +0000 |
commit | 91bfe50b234c60506befab477d3b6f5c5745c9f9 (patch) | |
tree | ad327e0e470c22829296b5b2413bed402b11b135 /meta/recipes-extended/cups/cups.inc | |
parent | eeac0a931bf7fecb4037302e53e5628a713db894 (diff) | |
download | poky-91bfe50b234c60506befab477d3b6f5c5745c9f9.tar.gz |
cups: upgrade to 2.1.3
(From OE-Core rev: e6cd13770b19e221cfd5d66fe36138f6e1de0158)
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" | |||
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 = "http://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ | 6 | SRC_URI = "https://www.cups.org/software/${PV}/${BP}-source.tar.bz2 \ |
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 \ |