summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/cups
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-07-27 12:55:46 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-07-30 12:44:35 +0100
commit5e12e440fd0a7f917fe445f01d5bb02db1d0a5f7 (patch)
tree99123d62a381cd53d3fdac7079f7e3ef7ff4533a /meta/recipes-extended/cups
parente36e17edeec1632e1577eb56a88b830b94600225 (diff)
downloadpoky-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.inc2
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"
2HOMEPAGE = "https://www.cups.org/" 2HOMEPAGE = "https://www.cups.org/"
3SECTION = "console/utils" 3SECTION = "console/utils"
4LICENSE = "GPLv2 & LGPLv2" 4LICENSE = "GPLv2 & LGPLv2"
5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" 5DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb1"
6 6
7SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \ 7SRC_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 \