mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
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>
This commit is contained in:
committed by
Khem Raj
parent
93d67b3079
commit
be8878665b
+2
-2
@@ -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"
|
||||
Reference in New Issue
Block a user