From f50f9a9cac0b16b2dca1ecef045d2fd422216079 Mon Sep 17 00:00:00 2001 From: Yoann Congal Date: Mon, 27 Feb 2023 08:13:32 +0100 Subject: libusb-compat: RDEPENDS on libusb1 libusb-compat dlopen() libusb1 so we need to explicitly RDEPENDS on it. Signed-off-by: Yoann Congal Reviewed-by: Ever ATILANO Signed-off-by: Khem Raj --- meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb index bfafdae7a4..57f1f54387 100644 --- a/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb +++ b/meta-oe/recipes-support/libusb/libusb-compat_0.1.8.bb @@ -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 -- cgit v1.2.3-54-g00ecf