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:
Mike Engel 2017-03-10 16:24:45 +01:00
parent aa0c2fb886
commit f8237f6c7a
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
# Copyright (C) 2017 Digi International Inc.
RDEPENDS_${PN} += "glibc-gconv-utf-16"