mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-19 02:04:09 +00:00
libusb-compat: RDEPENDS on libusb1
libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it. Signed-off-by: Yoann Congal <yoann.congal@smile.fr> Reviewed-by: Ever ATILANO <ever.atilano@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
66b471ec10
commit
f50f9a9cac
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user