Commit Graph

21 Commits

Author SHA1 Message Date
Nicholas Smith 875e7a759d libqmi: bump to 1.28.6
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-06-06 20:52:36 +10:00
Nicholas Smith 570ff69ec6 libqmi: bump to 1.28.2
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-03-07 19:44:37 +10:00
Nicholas Smith c9709a3c82 libqmi: bump to 1.28.0
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
2021-02-24 13:42:54 +10:00
Nicholas Smith d3e7b12143 libqmi: bump version
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2021-01-25 13:01:06 +10:00
Aleksander Morgado 540c8f63a3 libqmi: make QMI-over-MBIM support optional
There is no need to force every user of libqmi to require libmbim and
build with QMI-over-MBIM support, if they know they're not going to
use it. Just make it optional and enabled by default.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-13 09:18:57 +02:00
Aleksander Morgado ebe4f5ff27 libqmi: update version to 1.26.6
https://lists.freedesktop.org/archives/libqmi-devel/2020-October/003416.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-12 13:45:38 +02:00
Aleksander Morgado 860dcbac18 libqmi: update version to 1.26.4
https://lists.freedesktop.org/archives/libqmi-devel/2020-August/003377.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-10-12 13:44:38 +02:00
Nicholas Smith 6537265e06 libqmi: bump libqmi to 1.26.2
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-30 08:32:27 +10:00
Nicholas Smith caae2d633d libqmi: bump to 1.26.0
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-07-06 22:02:17 +10:00
Aleksander Morgado 872a1aa000 libqmi: update version to 1.24.14
https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003321.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-05-30 09:46:06 +02:00
Aleksander Morgado 6584192deb libqmi: update version to 1.24.12
https://lists.freedesktop.org/archives/libqmi-devel/2020-May/003296.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-05-09 14:35:45 +02:00
Aleksander Morgado 5f995ccb47 libqmi: update version to 1.24.10
https://lists.freedesktop.org/archives/libqmi-devel/2020-April/003275.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-04-11 07:17:22 +02:00
Aleksander Morgado b3fe4254ab libqmi: update to version 1.24.8
https://lists.freedesktop.org/archives/libqmi-devel/2020-March/003248.html

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2020-03-16 12:28:39 +01:00
Nicholas Smith e9813262f9 libqmi: bump libqmi version
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-03-02 09:48:24 +10:00
Rosen Penev 4e0e42ebe6
libqmi: do not use autoreconf
Autoreconf picks up host git, which breaks compilation.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2020-01-22 20:06:07 -08:00
Nicholas Smith ea71fc13de libqmi: bump libqmi to 1.24.4
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2020-01-20 14:04:33 +10:00
Aleksander Morgado 45337f4a50 libqmi: update to version 1.24.2
Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
2019-12-12 10:17:23 +01:00
Sebastian Kemper b16766c0b7 libqmi: fix compile on build bots
On the OpenWrt build bots the compile currently fails:

cc1: error: /builder/shared-workdir/build/sdk/staging_dir/target-arm_cortex-a5+vfpv4_musl_eabi/include: No such file or directory [-Werror=missing-include-dirs]
cc1: all warnings being treated as errors

(Or rather, it _would_ fail like this if libmbim compiled successfully.)

The directory in question gets added to TARGET_CPPFLAGS by rules.mk.
Nothing usually gets installed to that directory, so unsurprisingly it
may not exist on the build bots.

On first glance this problem cannot be reproduced. But once autoreconf
is called this becomes possible.

If called without "--enable-more-warnings", configure adds -Werror to
the flags. This commit adds "--enable-more-warnings=yes" to the build.
This way the extra warnings are kept in place, but they aren't turned
into errors no more.

"PKG_FIXUP:=autoreconf" is also added so that it's easier to forecast
build failures on the build bots when preparing future pull request.

Last but not least "--disable-silent-rules" is added, because more
output is usually welcome for debugging, be it on the build bots or at
home/the office.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2019-10-28 19:36:18 +01:00
Rosen Penev d235c861fe
libqmi: Fix compilation with full iconv
nls.mk is needed.

Removed +glib2 dependency. It's already included in libmbim.

Other minor cleanups.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
2019-10-21 11:16:11 -07:00
Nicholas Smith 4d734315fe libqmi: update libqmi to 1.24.0
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-10-14 08:01:04 +10:00
Nicholas Smith af16743801 libqmi: add libqmi to packages
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
2019-09-27 11:26:25 +10:00