mirror of
https://git.yoctoproject.org/poky
synced 2026-05-02 09:32:14 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e36e17edee
commit
5e12e440fd
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user