From: Ladislav Michl <oss-lists@triops.cz>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 2/3] libqmi: version bump 1.30.8 -> 1.32.0
Date: Fri, 28 Oct 2022 23:46:44 +0200 [thread overview]
Message-ID: <Y1xNxCsVXzx6GAdL@lenoch> (raw)
In-Reply-To: <Y1xNhSW1bf3RB+9I@lenoch>
From: Ladislav Michl <ladis@linux-mips.org>
There is no longer an upstream-provided source tarball.
Autoconf support was dropped and package uses meson.
Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
rules/libqmi.in | 2 +-
rules/libqmi.make | 40 +++++++++++++++++++---------------------
2 files changed, 20 insertions(+), 22 deletions(-)
diff --git a/rules/libqmi.in b/rules/libqmi.in
index 9fe39036a..571bfa3a0 100644
--- a/rules/libqmi.in
+++ b/rules/libqmi.in
@@ -2,7 +2,7 @@
menuconfig LIBQMI
tristate
- select HOST_SYSTEM_PYTHON3
+ select HOST_MESON
select GLIB
select LIBMBIM if LIBQMI_MBIM_QMUX
prompt "libqmi "
diff --git a/rules/libqmi.make b/rules/libqmi.make
index 4607cf778..cfdfb65b1 100644
--- a/rules/libqmi.make
+++ b/rules/libqmi.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBQMI) += libqmi
#
# Paths and names
#
-LIBQMI_VERSION := 1.30.8
-LIBQMI_MD5 := 5ec8838914f80e1dfa4d2fa8cc2f186d
+LIBQMI_VERSION := 1.32.0
+LIBQMI_MD5 := c3a279461dc71ebc596c1cbae4bad19c
LIBQMI := libqmi-$(LIBQMI_VERSION)
-LIBQMI_SUFFIX := tar.xz
-LIBQMI_URL := http://www.freedesktop.org/software/libqmi/$(LIBQMI).$(LIBQMI_SUFFIX)
+LIBQMI_SUFFIX := tar.bz2
+LIBQMI_URL := https://gitlab.freedesktop.org/mobile-broadband/libqmi/-/archive/$(LIBQMI_VERSION)/$(LIBQMI).$(LIBQMI_SUFFIX)
LIBQMI_SOURCE := $(SRCDIR)/$(LIBQMI).$(LIBQMI_SUFFIX)
LIBQMI_DIR := $(BUILDDIR)/$(LIBQMI)
LIBQMI_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -31,25 +31,23 @@ LIBQMI_LICENSE_FILES := \
# ----------------------------------------------------------------------------
#
-# autoconf
+# meson
#
-LIBQMI_CONF_TOOL := autoconf
+LIBQMI_CONF_TOOL := meson
LIBQMI_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --disable-compile-warnings \
- --disable-Werror \
- --disable-introspection \
- --enable-collection=full \
- --disable-firmware-update \
- --disable-mm-runtime-check \
- --disable-gtk-doc \
- --disable-gtk-doc-html \
- --disable-gtk-doc-pdf \
- --disable-qmi-username \
- --$(call ptx/endis, PTXCONF_LIBQMI_MBIM_QMUX)-mbim-qmux \
- --disable-qrtr \
- --without-udev \
- --with-udev-base-dir=/usr/lib/udev
+ $(CROSS_MESON_USR) \
+ -Dfirmware_update=false \
+ -Dcollection=full \
+ -Dmbim_qmux=$(call ptx/truefalse, PTXCONF_LIBQMI_MBIM_QMUX) \
+ -Dmm_runtime_check=false \
+ -Dqrtr=false \
+ -Drmnet=false \
+ -Dudev=false \
+ -Dudevdir=/usr/lib/udev \
+ -Dintrospection=false \
+ -Dgtk_doc=false \
+ -Dman=false \
+ -Dbash_completion=false
# ----------------------------------------------------------------------------
# Target-Install
--
2.32.0
next prev parent reply other threads:[~2022-10-28 21:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-10-28 21:45 [ptxdist] [PATCH 0/3] ModemManager update Ladislav Michl
2022-10-28 21:46 ` [ptxdist] [PATCH 1/3] libmbim: version bump 1.26.4 -> 1.28.0 Ladislav Michl
2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich
2022-10-28 21:46 ` Ladislav Michl [this message]
2022-11-11 14:31 ` [ptxdist] [APPLIED] libqmi: version bump 1.30.8 -> 1.32.0 Michael Olbrich
2022-10-28 21:47 ` [ptxdist] [PATCH 3/3] modemmanager: version bump 1.18.12 -> 1.20.0 Ladislav Michl
2022-11-11 14:31 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=Y1xNxCsVXzx6GAdL@lenoch \
--to=oss-lists@triops.cz \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox