[meta-oe] libqmi: upgrade 1.30.2 -> 1.30.4

Message ID 1644969891-7677-3-git-send-email-wangmy@fujitsu.com
State New
Headers show
Series [meta-oe] libqmi: upgrade 1.30.2 -> 1.30.4 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 16, 2022, 12:04 a.m. UTC
Changelog:
=========
* Build:
   ** meson: switch to use the new python module in meson.
   ** meson: added a new boolean 'man' option in the meson setup to explicitly
      enable or disable building the man pages.
   ** meson: removed the option to detect if rmnet is supported.
   ** meson: multiple updates to use newer meson features like install_dir(),
      install_mode() or summary().
   ** meson: options 'mbim_qmux' and 'qrtr' are enabled by default and must be
      explicitly disabled if they're not needed, there is no attempt to
      autodetect whether they can be enabled or not.

 * qmi-proxy:
   ** Remove assert when attempting to close ghost device.

 * qmi-firmware-update:
   ** Use defaults if FLASH variables not reported, enabling support to flash
      the new Sierra Wireless EM9190 and EM9191 modules.

 * Several other minor improvements and fixes.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libqmi/{libqmi_1.30.2.bb => libqmi_1.30.4.bb}               | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.30.2.bb => libqmi_1.30.4.bb} (90%)

Patch

diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.4.bb
similarity index 90%
rename from meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb
rename to meta-oe/recipes-connectivity/libqmi/libqmi_1.30.4.bb
index c337abde37..dee36d7b45 100644
--- a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb
+++ b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.4.bb
@@ -14,7 +14,7 @@  inherit autotools pkgconfig bash-completion gobject-introspection
 
 SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
 
-SRC_URI[sha256sum] = "be01ece0ea2c2194cbea5744bf5aaf06c04ba5fb7ec7887a13116c76d114fedd"
+SRC_URI[sha256sum] = "00d7da30a4f8d1185f37cba289cfaf1dfcd04a58f2f76d6acfdf5b85312d6ed6"
 
 PACKAGECONFIG ??= "udev mbim"
 PACKAGECONFIG[udev] = ",--without-udev,libgudev"