summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/libqmi
diff options
context:
space:
mode:
authorWang Mingyu <wangmy@fujitsu.com>2022-02-16 08:04:50 +0800
committerKhem Raj <raj.khem@gmail.com>2022-02-16 08:26:02 -0800
commit158484577095d021c959b2d923ac71761adf8e4c (patch)
treec27f57b454b0ad4c4efa04f2336846d0019e1d17 /meta-oe/recipes-connectivity/libqmi
parent942387f843c1fad8e70d49ddaceac3fcdb03944d (diff)
downloadmeta-openembedded-158484577095d021c959b2d923ac71761adf8e4c.tar.gz
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 <wangmy@fujitsu.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-connectivity/libqmi')
-rw-r--r--meta-oe/recipes-connectivity/libqmi/libqmi_1.30.4.bb (renamed from meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.2.bb b/meta-oe/recipes-connectivity/libqmi/libqmi_1.30.4.bb
index c337abde3..dee36d7b4 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
14 14
15SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz" 15SRC_URI = "http://www.freedesktop.org/software/${BPN}/${BPN}-${PV}.tar.xz"
16 16
17SRC_URI[sha256sum] = "be01ece0ea2c2194cbea5744bf5aaf06c04ba5fb7ec7887a13116c76d114fedd" 17SRC_URI[sha256sum] = "00d7da30a4f8d1185f37cba289cfaf1dfcd04a58f2f76d6acfdf5b85312d6ed6"
18 18
19PACKAGECONFIG ??= "udev mbim" 19PACKAGECONFIG ??= "udev mbim"
20PACKAGECONFIG[udev] = ",--without-udev,libgudev" 20PACKAGECONFIG[udev] = ",--without-udev,libgudev"