libqmi: add missing dependency
Solves: /bin/bash: line 1: glib-mkenums: command not found https://jira.digi.com/browse/DEL-5518 Signed-off-by: Jose Diaz de Grenu <Jose.DiazdeGrenu@digi.com>
This commit is contained in:
parent
b9e0d9b12f
commit
dc7f524182
|
|
@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = " \
|
|||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0 libgudev libmbim"
|
||||
DEPENDS = "glib-2.0 glib-2.0-native libgudev libmbim"
|
||||
|
||||
inherit autotools pkgconfig bash-completion
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue