On Wed, Aug 25, 2021 at 2:59 PM Justin Bronder <[email protected]> wrote:
> libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to > read various libusb string descriptors. > > Signed-off-by: Justin Bronder <[email protected]> > --- > meta-oe/recipes-support/hidapi/hidapi_git.bb | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb > b/meta-oe/recipes-support/hidapi/hidapi_git.bb > index 76f5dc762..54b794774 100644 > --- a/meta-oe/recipes-support/hidapi/hidapi_git.bb > +++ b/meta-oe/recipes-support/hidapi/hidapi_git.bb > @@ -7,6 +7,7 @@ LICENSE = "BSD-3-Clause | GPLv3" > LIC_FILES_CHKSUM = > "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" > > DEPENDS = "libusb udev" > +RDEPENDS_${PN} += "glibc-gconv-utf-16" Make it glibc specific too using libc-glibc override > > > inherit autotools pkgconfig > > -- > 2.33.0 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#155380): https://lists.openembedded.org/g/openembedded-core/message/155380 Mute This Topic: https://lists.openembedded.org/mt/85147825/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
