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:28 +0100 | 
| commit | feead64ac6df31d9b9499b232631aeb0edad3af0 (patch) | |
| tree | cc4aaf3d83b27e2296c40666f3d67747c4c2980f | |
| parent | 889a86d8c044c0a9c6064a542f25e7fecef48234 (diff) | |
| download | openembedded-core-feead64ac6df31d9b9499b232631aeb0edad3af0.tar.gz openembedded-core-feead64ac6df31d9b9499b232631aeb0edad3af0.tar.bz2 openembedded-core-feead64ac6df31d9b9499b232631aeb0edad3af0.zip | |
cups: depend on libusb1
There is no need to depend on the compatibility library libusb-compat, as CUPS
links directly to libusb1.
Signed-off-by: Ross Burton <ross.burton@intel.com>
| -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"  HOMEPAGE = "https://www.cups.org/"  SECTION = "console/utils"  LICENSE = "GPLv2 & LGPLv2" -DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb" +DEPENDS = "gnutls libpng jpeg dbus dbus-glib zlib libusb1"  SRC_URI = "https://github.com/apple/cups/releases/download/v${PV}/${BP}-source.tar.gz \             file://use_echo_only_in_init.patch \ | 
