mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/2] 1ibqmi: version bump 1.16.2 -> 1.18.0
@ 2017-05-15  6:59 Ladislav Michl
  2017-05-15  7:00 ` [ptxdist] [PATCH 2/2] modemmanager: version bump 1.6.4 -> 1.6.6 Ladislav Michl
  0 siblings, 1 reply; 2+ messages in thread
From: Ladislav Michl @ 2017-05-15  6:59 UTC (permalink / raw)
  To: ptxdist

Following new configure options are present:
- Added GUdev requirement for qmi-firmware-update, that may be explicitly
  disabled using the new '--without-udev' configure switch.
- The new '--disable-firmware-update' configure switch allows completely
  disabling the qmi-firmware-update tool build.
- The new '--disable-mm-runtime-check' configure switch allows disabling
  the runtime check for ModemManager done by the qmi-firmware-update tool.
All of them are disabled by default, leaving room for anyone who first
needs this functionality.

Signed-off-by: Ladislav Michl <ladis@linux-mips.org>
---
 rules/libqmi.make | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/rules/libqmi.make b/rules/libqmi.make
index 8b4589ed5..e24ea5d04 100644
--- a/rules/libqmi.make
+++ b/rules/libqmi.make
@@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_LIBQMI) += libqmi
 #
 # Paths and names
 #
-LIBQMI_VERSION	:= 1.16.2
-LIBQMI_MD5	:= 052318439128e428b1a41e75a605d91f
+LIBQMI_VERSION	:= 1.18.0
+LIBQMI_MD5	:= 25bae4e383ad77f491ad49b49e04fdcf
 LIBQMI		:= libqmi-$(LIBQMI_VERSION)
 LIBQMI_SUFFIX	:= tar.xz
 LIBQMI_URL	:= http://www.freedesktop.org/software/libqmi/$(LIBQMI).$(LIBQMI_SUFFIX)
@@ -36,9 +36,12 @@ LIBQMI_CONF_TOOL	:= autoconf
 LIBQMI_CONF_OPT		:= \
 	$(CROSS_AUTOCONF_USR) \
 	--disable-more-warnings \
+	--disable-firmware-update \
+	--disable-mm-runtime-check \
 	--disable-gtk-doc \
 	--disable-gtk-doc-html \
 	--disable-gtk-doc-pdf \
+	--without-udev \
 	--with-udev-base-dir=/usr/lib/udev
 
 # ----------------------------------------------------------------------------
-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2017-05-15  7:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-05-15  6:59 [ptxdist] [PATCH 1/2] 1ibqmi: version bump 1.16.2 -> 1.18.0 Ladislav Michl
2017-05-15  7:00 ` [ptxdist] [PATCH 2/2] modemmanager: version bump 1.6.4 -> 1.6.6 Ladislav Michl

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox