summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity
diff options
context:
space:
mode:
authorWilliam A. Kennington III via Openembedded-devel <openembedded-devel@lists.openembedded.org>2019-01-25 20:47:25 -0500
committerKhem Raj <raj.khem@gmail.com>2019-01-28 07:06:19 -0800
commit36618f327e0bf3e2714eba0ca3b2bdba359c5027 (patch)
tree4b367cec293dee0bf10782da615873225f672305 /meta-oe/recipes-connectivity
parentcfb01aa3187804a3f1ddbc2eb45a0838204572ed (diff)
downloadmeta-openembedded-36618f327e0bf3e2714eba0ca3b2bdba359c5027.tar.gz
libmbim: Upgrade to 1.18.0
Accidentally sent outdated patch. This is current. Verified it works with both GCC and clang. >From b1d6d7ae22f7ebcd943493c60e78dea2f9c00a31 Mon Sep 17 00:00:00 2001 From: Glenn Stroz <gstroz@uber.com> Date: Fri, 25 Jan 2019 20:33:57 -0500 Subject: [PATCH] libmbim: Upgrade to 1.18.0 Signed-off-by: Glenn Stroz <gstroz@uber.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity')
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim/clang.patch2
-rw-r--r--meta-oe/recipes-connectivity/libmbim/libmbim_1.18.0.bb (renamed from meta-oe/recipes-connectivity/libmbim/libmbim_1.16.0.bb)4
2 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim/clang.patch b/meta-oe/recipes-connectivity/libmbim/libmbim/clang.patch
index 92e657c00..d88578418 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim/clang.patch
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim/clang.patch
@@ -45,7 +45,7 @@ Index: libmbim-1.14.0/m4/compiler-warnings.m4
45 -Wdeclaration-after-statement -Wstrict-prototypes \ 45 -Wdeclaration-after-statement -Wstrict-prototypes \
46@@ -17,22 +37,23 @@ if test "$GCC" = "yes" -a "$set_more_war 46@@ -17,22 +37,23 @@ if test "$GCC" = "yes" -a "$set_more_war
47 -Wmissing-include-dirs -Waggregate-return \ 47 -Wmissing-include-dirs -Waggregate-return \
48 -Wformat-security; do 48 -Wformat-security -Wtype-limits; do
49 SAVE_CFLAGS="$CFLAGS" 49 SAVE_CFLAGS="$CFLAGS"
50- CFLAGS="$CFLAGS $option" 50- CFLAGS="$CFLAGS $option"
51+ CFLAGS="$CFLAGS $option $WERROR" 51+ CFLAGS="$CFLAGS $option $WERROR"
diff --git a/meta-oe/recipes-connectivity/libmbim/libmbim_1.16.0.bb b/meta-oe/recipes-connectivity/libmbim/libmbim_1.18.0.bb
index 5260c0f14..9f59ad6b4 100644
--- a/meta-oe/recipes-connectivity/libmbim/libmbim_1.16.0.bb
+++ b/meta-oe/recipes-connectivity/libmbim/libmbim_1.18.0.bb
@@ -14,5 +14,5 @@ inherit autotools pkgconfig bash-completion
14SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \ 14SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
15 file://clang.patch \ 15 file://clang.patch \
16" 16"
17SRC_URI[md5sum] = "76ea4d8381989919b1d9b91c818fed80" 17SRC_URI[md5sum] = "840cd133bc0f715a7ee4797dd9ac5562"
18SRC_URI[sha256sum] = "c8ca50beeddd4b43309df5b698917268303bf176cea58fe4fe53d5bf0e93fac2" 18SRC_URI[sha256sum] = "6cf40128d83d087946a7d8577e735526202e034d52f90047735329609097b282"