diff options
author | Ross Burton <ross.burton@intel.com> | 2018-07-27 12:55:46 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-07-30 12:44:35 +0100 |
commit | 5e12e440fd0a7f917fe445f01d5bb02db1d0a5f7 (patch) | |
tree | 99123d62a381cd53d3fdac7079f7e3ef7ff4533a /meta/recipes-extended/cups | |
parent | e36e17edeec1632e1577eb56a88b830b94600225 (diff) | |
download | poky-5e12e440fd0a7f917fe445f01d5bb02db1d0a5f7.tar.gz |
cups: depend on libusb1
There is no need to depend on the compatibility library libusb-compat, as CUPS
links directly to libusb1.
(From OE-Core rev: feead64ac6df31d9b9499b232631aeb0edad3af0)
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/cups')
-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 ac4d225c1a..717eef03a7 100644 --- a/meta/recipes-extended/cups/cups.inc +++ b/meta/recipes-extended/cups/cups.inc | |||
@@ -2,7 +2,7 @@ SUMMARY = "An Internet printing system for Unix" | |||
2 | HOMEPAGE = "https://www.cups.org/" | 2 | HOMEPAGE = "https://www.cups.org/" |
3 | SECTION = "console/utils" | 3 | SECTION = "console/utils" |
4 | LICENSE = "GPLv2 & LGPLv2" | 4 | LICENSE = "GPLv2 & LGPLv2" |
5 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" | 5 | DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb1" |
6 | 6 | ||
7 | SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ | 7 | SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ |
8 | file://use_echo_only_in_init.patch \ | 8 | file://use_echo_only_in_init.patch \ |