mbox series

[meta-oe,0/3] modemmanager: upgrade to the new stable branch 1.20.x

Message ID TY2PR02MB36782F9EBE6DBFDF3854F4D981DC9@TY2PR02MB3678.apcprd02.prod.outlook.com
Headers show
Series modemmanager: upgrade to the new stable branch 1.20.x | expand

Message

Petr Gotthard Feb. 12, 2023, 6:03 p.m. UTC
Upgrade the Cellular modem control and connectivity tools [1] to the
next major version. In general:
 - This version requires libmbim >= 1.28.0 and libqmi >= 1.32.0.
 - There is no longer an upstream-provided source tarball and the
   git tag should be used instead.
 - The GNU autotools support has been fully removed and the meson
   build system should be used instead.

[1]: https://gitlab.freedesktop.org/mobile-broadband

Petr Gotthard (3):
  libqmi: upgrade 1.30.8 -> 1.32.2
  libmbim: upgrade 1.26.4 -> 1.28.2
  modemmanager: upgrade 1.18.12 -> 1.20.4

 .../libmbim/libmbim_1.26.4.bb                 | 15 ----
 .../libmbim/libmbim_1.28.2.bb                 | 22 ++++++
 .../0001-build-use-python3-everywhere.patch   | 33 ---------
 .../{libqmi_1.30.8.bb => libqmi_1.32.2.bb}    |  8 +--
 ...-shell-scripts-to-use-bin-sh-for-use.patch | 70 -------------------
 ...ager_1.18.12.bb => modemmanager_1.20.4.bb} |  9 +--
 6 files changed, 26 insertions(+), 131 deletions(-)
 delete mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.26.4.bb
 create mode 100644 meta-oe/recipes-connectivity/libmbim/libmbim_1.28.2.bb
 delete mode 100644 meta-oe/recipes-connectivity/libqmi/files/0001-build-use-python3-everywhere.patch
 rename meta-oe/recipes-connectivity/libqmi/{libqmi_1.30.8.bb => libqmi_1.32.2.bb} (77%)
 delete mode 100644 meta-oe/recipes-connectivity/modemmanager/files/0001-core-switch-bash-shell-scripts-to-use-bin-sh-for-use.patch
 rename meta-oe/recipes-connectivity/modemmanager/{modemmanager_1.18.12.bb => modemmanager_1.20.4.bb} (87%)

-- 
2.34.1