libqmi: update receipes to sumo, add glib-2.0-native dependency
This commit is contained in:
parent
93de065627
commit
739e3eb293
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
|||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
DEPENDS = "glib-2.0 glib-2.0-native"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
|
|
|
|||
|
|
@ -7,9 +7,10 @@ LIC_FILES_CHKSUM = " \
|
|||
file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \
|
||||
"
|
||||
|
||||
DEPENDS = "glib-2.0"
|
||||
DEPENDS = "glib-2.0 libgudev libmbim glib-2.0-native"
|
||||
|
||||
inherit autotools pkgconfig bash-completion
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
|
||||
SRC_URI[md5sum] = "797e365521df76b77b067e6317618b41"
|
||||
|
|
|
|||
Loading…
Reference in New Issue