[oe] [meta-oe][PATCH] libqmi: upgrade 1.24.4 -> 1.24.6

Pierre-Jean Texier pjtexier at koncepto.io
Fri Mar 13 18:57:51 UTC 2020


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 at koncepto.io>
---
 .../libqmi/{libqmi_1.24.4.bb => libqmi_1.24.6.bb}                     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.24.4.bb => libqmi_1.24.6.bb} (85%)

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.4.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.24.6.bb
similarity index 85%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.24.4.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.24.6.bb
index 5512828..a86215a 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"
-- 
2.7.4



More information about the Openembedded-devel mailing list