diff options
author | Justin Bronder <jsbronder@cold-front.org> | 2021-08-30 13:17:42 -0400 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-30 10:51:53 -0700 |
commit | 455661a33a11c0b335a44b0267d90602a442eb2b (patch) | |
tree | 59ec56df7b8b4e44f8276b86ad69813f6eebdfdc | |
parent | 3cf16d3012703617ae835e875083105feee07fbe (diff) | |
download | meta-openembedded-455661a33a11c0b335a44b0267d90602a442eb2b.tar.gz |
hidapi: add rdep on glibc-gconv-utf-16
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/hidapi/hidapi_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hidapi/hidapi_git.bb b/meta-oe/recipes-support/hidapi/hidapi_git.bb index 76f5dc7624..e45445073f 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" | |||
7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" | 7 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3949a631240cb6c31c50f3eb696077" |
8 | 8 | ||
9 | DEPENDS = "libusb udev" | 9 | DEPENDS = "libusb udev" |
10 | RDEPENDS:${PN}:append:libc-glibc = " glibc-gconv-utf-16" | ||
10 | 11 | ||
11 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig |
12 | 13 | ||