* [meta-oe][PATCH] hidapi: add rdep on glibc-gconv-utf-16
@ 2021-08-25 21:59 Justin Bronder
2021-08-26 20:17 ` [OE-core] " Khem Raj
0 siblings, 1 reply; 2+ messages in thread
From: Justin Bronder @ 2021-08-25 21:59 UTC (permalink / raw)
To: openembedded-core; +Cc: Justin Bronder
libhidapi-libusb needs to convert from UTF-16LE to WCHAR_T in order to
read various libusb string descriptors.
Signed-off-by: Justin Bronder <jsbronder@cold-front.org>
---
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"
inherit autotools pkgconfig
--
2.33.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [OE-core] [meta-oe][PATCH] hidapi: add rdep on glibc-gconv-utf-16
2021-08-25 21:59 [meta-oe][PATCH] hidapi: add rdep on glibc-gconv-utf-16 Justin Bronder
@ 2021-08-26 20:17 ` Khem Raj
0 siblings, 0 replies; 2+ messages in thread
From: Khem Raj @ 2021-08-26 20:17 UTC (permalink / raw)
To: Justin Bronder; +Cc: openembedded-core
[-- Attachment #1: Type: text/plain, Size: 964 bytes --]
On Wed, Aug 25, 2021 at 2:59 PM Justin Bronder <jsbronder@cold-front.org>
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 <jsbronder@cold-front.org>
> ---
> 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
>
>
>
>
>
[-- Attachment #2: Type: text/html, Size: 1903 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-08-26 20:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-08-25 21:59 [meta-oe][PATCH] hidapi: add rdep on glibc-gconv-utf-16 Justin Bronder
2021-08-26 20:17 ` [OE-core] " Khem Raj
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox