mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-02 13:59:59 +00:00
libusb-compat: upgrade sources to fix -native build
Fixes [YOCTO #15032] by upgrading the source to a commit including the fix : change SONAME detection source from ldd to objdump ldd detects used libraries by partially running the target binary. This is a problem for when the target binary is not runnable (e.g. cross-compilation). Switch to objdump which only reads info from the ELF file without running anything from 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:
@@ -22,7 +22,7 @@ SRC_URI = " \
|
||||
git://github.com/libusb/libusb-compat-0.1.git;protocol=https;branch=master \
|
||||
file://0001-usb.h-Include-sys-types.h.patch \
|
||||
"
|
||||
SRCREV = "88740f0fe497b473c8ef40093ab7daeebfb40eb6"
|
||||
SRCREV = "c497eff1ae8c4cfd4fdff370f04c78fa0584f4f3"
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/libusb/libusb-compat-0.1/releases"
|
||||
|
||||
Reference in New Issue
Block a user