summaryrefslogtreecommitdiffstats
path: root/rules/libqmi.make
diff options
context:
space:
mode:
authorLadislav Michl <ladis@linux-mips.org>2017-05-15 08:59:56 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2017-05-15 16:16:08 +0200
commit2f23ce83f3abf6f93de784dfa8667b3f50764fe0 (patch)
tree02bc696be68e0691e46ef0b195618aeaa289126f /rules/libqmi.make
parent62d054f6099f35ae933da102991d51dec3a197a6 (diff)
downloadptxdist-2f23ce83f3abf6f93de784dfa8667b3f50764fe0.tar.gz
ptxdist-2f23ce83f3abf6f93de784dfa8667b3f50764fe0.tar.xz
1ibqmi: version bump 1.16.2 -> 1.18.0
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> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/libqmi.make')
-rw-r--r--rules/libqmi.make7
1 files 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
# ----------------------------------------------------------------------------