Skip to content

Commit

Permalink
libusb-compat: RDEPENDS on libusb1
Browse files Browse the repository at this point in the history
libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it.

Signed-off-by: Yoann Congal <[email protected]>
  • Loading branch information
ycongal-smile committed Feb 27, 2023
1 parent 0e09786 commit 20665e0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ LICENSE = "LGPL-2.1-or-later"
LIC_FILES_CHKSUM = "file://LICENSE;md5=f2ac5f3ac4835e8f91324a26a590a423"
DEPENDS = "libusb1"

# libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it
RDEPENDS:${PN} += "libusb1"

# Few packages are known not to work with libusb-compat (e.g. libmtp-1.0.0),
# so here libusb-0.1 is removed completely instead of adding virtual/libusb0.
# Besides, libusb-0.1 uses a per 1ms polling that hurts a lot to power
Expand Down

0 comments on commit 20665e0

Please sign in to comment.