diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-02-19 00:56:12 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-02-22 13:16:52 +0100 |
commit | e3b717b64512f4fcca3d5863b91d91df6cdbac3c (patch) | |
tree | e14a28f7f98bb189e402fc0aa4521fb9f521d757 | |
parent | 9ac7ac6149af5554fbb748b1dddff3fb3fa0a769 (diff) | |
download | meta-openembedded-e3b717b64512f4fcca3d5863b91d91df6cdbac3c.tar.gz |
libmbim: add glib-2.0-native to DEPENDS and unblacklist
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
-rw-r--r-- | meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb index 0f18112f8..f89ef9d57 100644 --- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.0.bb +++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.14.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" | 10 | DEPENDS = "glib-2.0 glib-2.0-native libgudev" |
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] = "2ed809e65c85353d3ab59e372890e549" | 17 | SRC_URI[md5sum] = "2ed809e65c85353d3ab59e372890e549" |
18 | SRC_URI[sha256sum] = "ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b" | 18 | SRC_URI[sha256sum] = "ca8d52a95a18cbabae8f15f83f1572316e888b6504f946e6645d24405127ab5b" |
19 | |||
20 | PNBLACKLIST[libmbim] ?= "Fails to build with RSS http://errors.yoctoproject.org/Errors/Details/130590/" | ||