diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-19 21:22:32 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:52 +0100 |
commit | eea1df1fc28c49f2e2e424973db443db82241062 (patch) | |
tree | c15a717faa9fd416b50de5fd2a620853a4cb8a5e /meta-oe/recipes-connectivity/libqmi | |
parent | b323ddd9036c835e8c49111fd738e746b3164a74 (diff) | |
download | meta-openembedded-eea1df1fc28c49f2e2e424973db443db82241062.tar.gz |
libqmi: add glib-2.0-native dependency and unblacklist - libmbim is back
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi')
-rw-r--r-- | meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb index fa2e67daa..80c26c05c 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.16.0.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \ | |||
7 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ | 7 | file://COPYING.LIB;md5=4fbd65380cdd255951079008b364516c \ |
8 | " | 8 | " |
9 | 9 | ||
10 | DEPENDS = "glib-2.0 libgudev libmbim" | 10 | DEPENDS = "glib-2.0 libgudev libmbim glib-2.0-native" |
11 | 11 | ||
12 | inherit autotools pkgconfig bash-completion | 12 | inherit autotools pkgconfig bash-completion |
13 | 13 | ||
@@ -16,5 +16,3 @@ SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \ | |||
16 | " | 16 | " |
17 | SRC_URI[md5sum] = "4970c110f160b33637a3515004c637b2" | 17 | SRC_URI[md5sum] = "4970c110f160b33637a3515004c637b2" |
18 | SRC_URI[sha256sum] = "7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a" | 18 | SRC_URI[sha256sum] = "7ab6bb47fd23bf4d3fa17424e40ea5552d08b19e5ee4f125f21f316c8086ba2a" |
19 | |||
20 | PNBLACKLIST[libqmi] ?= "Depends on blacklisted libmbim" | ||