mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Ladislav Michl <oss-lists@triops.cz>
Subject: Re: [ptxdist] [APPLIED] libmbim: version bump 1.26.4 -> 1.28.0
Date: Fri, 11 Nov 2022 15:31:18 +0100	[thread overview]
Message-ID: <20221111143118.893733-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <Y1xNq8fcQU5jXQvw@lenoch>

Thanks, applied as c5ea24736ff513303c2bbb68123ab5bfa87c2065.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:18 +0100, Ladislav Michl <oss-lists@triops.cz> wrote:
> 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>
> Message-Id: <Y1xNq8fcQU5jXQvw@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libmbim.in b/rules/libmbim.in
> index 2f5e21f02dbf..01e222533580 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 f2f8e5801e9a..095b16e3622e 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



  reply	other threads:[~2022-11-11 14:32 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   ` Michael Olbrich [this message]
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=20221111143118.893733-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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