meta-digi-dey: add libmbim runtime dependency
If you try to use libmbim (the API is used at least by mbim-network, mbimcli and ModemManager applications) you get the following error: ModemManager: Error converting string: Conversion from character set 'utf-8' to 'utf-16le' is not supported In order to solve this we need to integrate glibc gconv UTF16le library in the build (and its dependencies). Signed-off-by: Mike Engel Mike.Engel@digi.com https://jira.digi.com/browse/DEL-3830
This commit is contained in:
parent
aa0c2fb886
commit
f8237f6c7a
|
|
@ -0,0 +1,3 @@
|
||||||
|
# Copyright (C) 2017 Digi International Inc.
|
||||||
|
|
||||||
|
RDEPENDS_${PN} += "glibc-gconv-utf-16"
|
||||||
Loading…
Reference in New Issue