libmbim: fix runtime dependence

"glibc-gconv" packages are GLIBC library specific, so add the proper
override to fix the build of the package using other C libraries (e.g.
MUSL).

Signed-off-by: Javier Viguera <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2017-07-10 19:41:53 +02:00
parent c9bee750f1
commit 3f5d3425e2
1 changed files with 1 additions and 1 deletions

View File

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