summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-connectivity/modemmanager/modemmanager_1.8.2.bb
Commit message (Collapse)AuthorAgeFilesLines
* modemmanager: Update to 1.10.0Andrei Gherzan2019-05-231-58/+0
| | | | | | | Commit includes removal of upstream merged patch. Signed-off-by: Andrei Gherzan <andrei@gherzan.ro> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: enable polkit depending on distro featureStefan Agner2019-01-201-2/+2
| | | | | | | | Enable the polkit package config depending on whether polkit is enabled in DISTRO_FEATURES. Signed-off-by: Stefan Agner <stefan.agner@toradex.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Add libxslt-native to DEPENDSTheodore A. Roth2019-01-111-1/+1
| | | | | | | | | | | | | | | | | Addresses the following build error: | make[2]: Entering directory '/home/matt/renew_thud/build/tmp/work/armv5e-poky-linux-gnueabi/modemmanager/1.8.2-r0.tr0/build/include' | xsltproc --xinclude --nonet ../../ModemManager-1.8.2/build-aux/header-generator.xsl ../../ModemManager-1.8.2/introspection/all.xml > ModemManager-names.h | /bin/bash: xsltproc: command not found | make[2]: *** [Makefile:651: ModemManager-names.h] Error 127 Problem doesn't manifest if the host has already installed xsltproc outside of OE environment. Signed-off-by: Theodore A. Roth <troth@openavr.org> Signed-off-by: Matthew Stanger <matthew_stanger@trimble.com> Signed-off-by: Theodore A. Roth <theodore_roth@trimble.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Fix build with gcc9Khem Raj2018-12-231-0/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Fix build with clangKhem Raj2018-12-071-0/+2
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Update flag for disabling mbimBryan Gillespie2018-11-261-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: set udev base dir to ${nonarch_base_libdir}/udevRicardo Salveti2018-11-051-0/+4
| | | | | | | | Fixes QA issue when building modemmanager with usrmerge: /lib should be relocated to /usr. [usrmerge] Signed-off-by: Ricardo Salveti <ricardo@foundries.io> Signed-off-by: Khem Raj <raj.khem@gmail.com>
* modemmanager: Upgrade to 1.8.2Adrian Bunk2018-10-211-0/+51
Obsolete patch dropped, upstream solved this differently: Use realpath() instead of canonicalize_filename(), fixing build with musl libc. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>