diff options
-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 0f18112f80..f89ef9d570 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/" | ||