aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libqmi
diff options
context:
space:
mode:
authorPierre-Jean Texier <pjtexier@koncepto.io>2020-03-13 19:57:51 +0100
committerKhem Raj <raj.khem@gmail.com>2020-03-13 12:49:49 -0700
commitbe8878665b1b3c9c81df83abbe80f3ea587a3858 (patch)
tree858907ccc9b1df3e1eae126958e479791b6d15f4 /meta-oe/recipes-connectivity/libqmi
parent93d67b30793ef5d22647d9f80656ba3449083ea5 (diff)
downloadmeta-openembedded-contrib-be8878665b1b3c9c81df83abbe80f3ea587a3858.tar.gz
libqmi: upgrade 1.24.4 -> 1.24.6
Overview of changes in libqmi 1.24.6 ---------------------------------------- * libqmi-glib: ** Fixed the close operation logic to make sure that a reopen done right away doesn't close the wrong endpoint. ** Updated string reading logic to make sure that all strings are valid UTF-8. ** Updated string reading logic to attempt parsing as GSM7 or UCS2 if the initial UTF-8 validation fails. *+ Renamed TLV 0x15 in the "WDA Get Data Format" message, and added new compat methods for the old name. ** Fixed the format of the NITZ information TLV, and added new compat methods for the old name. ** Fixed the format of the Home Network 3GPP2 TLV, and added new compat methods for the old name. * Several other minor improvements and fixes. Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi')
-rw-r--r--meta-oe/recipes-connectivity/libqmi/libqmi_1.24.6.bb (renamed from meta-oe/recipes-connectivity/libqmi/libqmi_1.24.4.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.4.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.6.bb
index 55128284d0..a86215aa37 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.4.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.6.bb
@@ -14,8 +14,8 @@ inherit autotools pkgconfig bash-completion
SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz \
"
-SRC_URI[md5sum] = "be6539fde54fec1fc9d852db201c8560"
-SRC_URI[sha256sum] = "0316badec92ff32f51fe6278e6046968d2272a26608995deedd8e4afb563918a"
+SRC_URI[md5sum] = "5d50233394a33e43dee3e70e197323e5"
+SRC_URI[sha256sum] = "1325257bc16de7b2b443fa689826c993474bdbd6e78c7a1e60e527269b44d8c9"
PACKAGECONFIG ??= "udev mbim"
PACKAGECONFIG[udev] = ",--without-udev,libgudev"