From: Ladislav Michl <oss-lists@triops.cz>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/3] libmbim: version bump 1.26.4 -> 1.28.0
Date: Fri, 28 Oct 2022 23:46:19 +0200 [thread overview]
Message-ID: <Y1xNq8fcQU5jXQvw@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/libmbim.in | 2 +-
rules/libmbim.make | 29 ++++++++++++-----------------
2 files changed, 13 insertions(+), 18 deletions(-)
diff --git a/rules/libmbim.in b/rules/libmbim.in
index 2f5e21f02..01e222533 100644
--- a/rules/libmbim.in
+++ b/rules/libmbim.in
@@ -2,7 +2,7 @@
config LIBMBIM
tristate
- select HOST_SYSTEM_PYTHON3
+ select HOST_MESON
select GLIB
select UDEV
select LIBGUDEV
diff --git a/rules/libmbim.make b/rules/libmbim.make
index f2f8e5801..095b16e36 100644
--- a/rules/libmbim.make
+++ b/rules/libmbim.make
@@ -14,11 +14,11 @@ PACKAGES-$(PTXCONF_LIBMBIM) += libmbim
#
# Paths and names
#
-LIBMBIM_VERSION := 1.26.4
-LIBMBIM_MD5 := 58dea20cad346f31d2873b68385a9973
+LIBMBIM_VERSION := 1.28.0
+LIBMBIM_MD5 := c3ffcb573b7de1a5509b2d222303f1ec
LIBMBIM := libmbim-$(LIBMBIM_VERSION)
-LIBMBIM_SUFFIX := tar.xz
-LIBMBIM_URL := https://www.freedesktop.org/software/libmbim/$(LIBMBIM).$(LIBMBIM_SUFFIX)
+LIBMBIM_SUFFIX := tar.bz2
+LIBMBIM_URL := https://gitlab.freedesktop.org/mobile-broadband/libmbim/-/archive/$(LIBMBIM_VERSION)/$(LIBMBIM).$(LIBMBIM_SUFFIX)
LIBMBIM_SOURCE := $(SRCDIR)/$(LIBMBIM).$(LIBMBIM_SUFFIX)
LIBMBIM_DIR := $(BUILDDIR)/$(LIBMBIM)
LIBMBIM_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
@@ -27,22 +27,17 @@ LIBMBIM_LICENSE := GPL-2.0-or-later AND LGPL-2.1-or-later
# Prepare
# ----------------------------------------------------------------------------
-LIBMBIM_CONF_ENV := \
- $(CROSS_ENV) \
- ac_cv_path_PYTHON=$(SYSTEMPYTHON3)
#
-# autoconf
+# meson
#
-LIBMBIM_CONF_TOOL := autoconf
+LIBMBIM_CONF_TOOL := meson
LIBMBIM_CONF_OPT := \
- $(CROSS_AUTOCONF_USR) \
- --disable-compile-warnings \
- --disable-Werror \
- --disable-gtk-doc \
- --disable-gtk-doc-html \
- --disable-gtk-doc-pdf \
- --disable-introspection \
- --with-udev-base-dir=/usr/lib/udev
+ $(CROSS_MESON_USR) \
+ -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 ` Ladislav Michl [this message]
2022-11-11 14:31 ` [ptxdist] [APPLIED] libmbim: version bump 1.26.4 -> 1.28.0 Michael Olbrich
2022-10-28 21:46 ` [ptxdist] [PATCH 2/3] libqmi: version bump 1.30.8 -> 1.32.0 Ladislav Michl
2022-11-11 14:31 ` [ptxdist] [APPLIED] " 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=Y1xNq8fcQU5jXQvw@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