From 158484577095d021c959b2d923ac71761adf8e4c Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Wed, 16 Feb 2022 08:04:50 +0800 Subject: [PATCH] libqmi: upgrade 1.30.2 -> 1.30.4 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 Signed-off-by: Khem Raj --- .../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%) 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"