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] libqmi: version bump 1.30.8 -> 1.32.0
Date: Fri, 11 Nov 2022 15:31:19 +0100	[thread overview]
Message-ID: <20221111143119.893811-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <Y1xNxCsVXzx6GAdL@lenoch>

Thanks, applied as 4e1125737bce586c01afe6bde411a1dcab9afe87.

Michael

[sent from post-receive hook]

On Fri, 11 Nov 2022 15:31:19 +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: <Y1xNxCsVXzx6GAdL@lenoch>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/libqmi.in b/rules/libqmi.in
> index 9fe39036ab2a..571bfa3a0aa6 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 4607cf7785a9..cfdfb65b189c 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



  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   ` [ptxdist] [APPLIED] " 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   ` Michael Olbrich [this message]
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=20221111143119.893811-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