[oe-commits] [meta-openembedded] 02/04: libqmi: upgrade 1.24.4 -> 1.24.6

git at git.openembedded.org git at git.openembedded.org
Fri Mar 13 19:50:04 UTC 2020


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit be8878665b1b3c9c81df83abbe80f3ea587a3858
Author: Pierre-Jean Texier <pjtexier at koncepto.io>
AuthorDate: Fri Mar 13 19:57:51 2020 +0100

    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 at koncepto.io>
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 .../libqmi/{libqmi_1.24.4.bb => libqmi_1.24.6.bb}                     | 4 ++--
 1 file 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
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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list