aboutsummaryrefslogtreecommitdiff
path: root/libs/libqmi
Commit message (Collapse)AuthorAge
* libqmi: update to version 1.24.8Aleksander Morgado2020-03-16
| | | | | | https://lists.freedesktop.org/archives/libqmi-devel/2020-March/003248.html Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* libqmi: bump libqmi versionNicholas Smith2020-03-02
| | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* libqmi: do not use autoreconfRosen Penev2020-01-22
| | | | | | Autoreconf picks up host git, which breaks compilation. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libqmi: bump libqmi to 1.24.4Nicholas Smith2020-01-20
| | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* libqmi: update to version 1.24.2Aleksander Morgado2019-12-12
| | | | Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
* libqmi: fix compile on build botsSebastian Kemper2019-10-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
* libqmi: Fix compilation with full iconvRosen Penev2019-10-21
| | | | | | | | | | nls.mk is needed. Removed +glib2 dependency. It's already included in libmbim. Other minor cleanups. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* libqmi: update libqmi to 1.24.0Nicholas Smith2019-10-14
| | | | Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>
* libqmi: add libqmi to packagesNicholas Smith2019-09-27
Signed-off-by: Nicholas Smith <nicholas.smith@telcoantennas.com.au>