diff options
author | Derek Straka <derek@asterius.io> | 2016-06-17 13:59:27 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-06-23 15:20:05 +0200 |
commit | d516719ef5e316e11f4f7a9fbb099d2236c4e792 (patch) | |
tree | 4acc7c2605d7ee0c00d8f212ce75a98409d39960 /meta-oe | |
parent | 559c14ac81645f405500238c04f4a018a94eb28b (diff) | |
download | meta-openembedded-d516719ef5e316e11f4f7a9fbb099d2236c4e792.tar.gz |
libqmi: update to version 1.14.2
* Addresses build issues with gcc-6
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-connectivity/libqmi/libqmi_1.14.2.bb (renamed from meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb) | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.14.2.bb index 937fafc88..84936e76c 100644 --- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.12.6.bb +++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.14.2.bb | |||
@@ -9,11 +9,8 @@ LIC_FILES_CHKSUM = " \ | |||
9 | 9 | ||
10 | DEPENDS = "glib-2.0" | 10 | DEPENDS = "glib-2.0" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig bash-completion |
13 | 13 | ||
14 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" | 14 | SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" |
15 | SRC_URI[md5sum] = "24c9eb300662ba6cff0152de89bd9ec0" | 15 | SRC_URI[md5sum] = "6ec55d1a1941bb18802ab8498baca7e0" |
16 | SRC_URI[sha256sum] = "0857bffece4e8ddfa7f721dd9ca63b4c78de345ac9ae2faebf04062cacba3780" | 16 | SRC_URI[sha256sum] = "6283b80aea1b2721523e5229087764b4d6a1c9f53488690fa16a11adff4a0040" |
17 | |||
18 | # http://errors.yoctoproject.org/Errors/Details/68616/ | ||
19 | PNBLACKLIST[libqmi] ?= "BROKEN: fails to build with gcc-6" | ||