aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-connectivity
Commit message (Collapse)AuthorAgeFilesLines
* .patch: Add missing Upstream-Status and Signed-off-byMartin Jansa2023-02-111-0/+1
| | | | | | | | | | | * a lot of Pending, but don't follow this example for other layers in this case I didn't want to spend more time on the patches because whole meta-qt5 is dead-end and not worth spending more of my free time. If you're interested in Qt switch to meta-qt6 which is still receiving updates. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: pass VERSION in EXTRA_QMAKEVARS_PREMartin Jansa2022-07-061-4/+5
| | | | | | | | | | * the version in .pro and .spec doesn't match with the git tag: https://github.com/sailfishos/libconnman-qt/pull/9#issuecomment-1175243813 sailfish passes the version based on git tag: https://github.com/sailfishos/libconnman-qt/pull/9#issuecomment-1175827075 lets do the same Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: Drop patch that was merged upstream & qt6 supportHerman van Hazendonk2022-07-052-35/+3
| | | | | | | | A modified version of the patch was merged upstream which has been confirmed to be working with GCC12, so I expect it will work with clang too. Qt6 support has been added as well. Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* libconnman-qt5: Drop upstreamed patch for MeeGo prefix removalHerman van Hazendonk2022-06-092-46/+4
| | | | | | | MeeGo prefix was made optional by sending the adjusted patch upstream. By defining "no-module-prefix" it will now build without prefix. Signed-off-by: Herman van Hazendonk <github.com@herrie.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: Apply operator patch also for gcc-12Khem Raj2022-05-101-1/+1
| | | | | | | | | | | | gcc12 has started to fail with same error like clang, perhaps this should be upstreamed too usr/include/QtDBus/qdbusargument.h:276:13: error: no match for 'operator>>' (operand types are 'const QDBusArgument' and 'RouteStructure') | 276 | arg >> item; | | ~~~~^~~~~~~ Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta: update license namesMartin Jansa2022-02-222-2/+2
| | | | | | | | * openembedded-core/scripts/contrib/convert-spdx-licenses.py . ... All files processed with version 0.01 Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqofonoext: Fix new repo and update 1.0.25 -> 1.0.27Daniel Gomez2021-11-131-3/+3
| | | | | | | | | | | libqofononext repository has been moved to the Sailfish OS GitHub group as part of the migration of Mer and Sailfish to Sailfish OS domain. More details here: https://forum.sailfishos.org/t/changes-needed-to-merge-the-project-names-to-sailfish-os/1672 Update recipe to 1.0.27 release. Signed-off-by: Daniel Gomez <daniel@qtec.com>
* libqofono: Fix new repo and update 0.100 -> 0.103Daniel Gomez2021-11-132-10/+9
| | | | | | | | | | | | | | | | | libqofono repository has been moved to the Sailfish OS GitHub group as part of the migration of Mer and Sailfish to Sailfish OS domain. More details here: https://forum.sailfishos.org/t/changes-needed-to-merge-the-project-names-to-sailfish-os/1672 Update recipe to 0.103 release. Update 0001-also-emit-modemRemoved-and-modemAdded.patch with devtool to fix patch-fuzz QA Issue: WARNING: libqofono-0.100+gitrAUTOINC+047b667f18-r0 do_patch: QA Issue: Patch log indicates that patches do not apply cleanly. [patch-fuzz] Signed-off-by: Daniel Gomez <daniel@qtec.com>
* libconnman-qt5: Fix new repo and update 1.2.34 -> 1.2.35Daniel Gomez2021-11-131-4/+4
| | | | | | | | | | | libconnman-qt5 repository has been moved to the Sailfish OS GitHub group as part of the migration of Mer and Sailfish to Sailfish OS domain. More details here: https://forum.sailfishos.org/t/changes-needed-to-merge-the-project-names-to-sailfish-os/1672 Update recipe to 1.2.35 release. Signed-off-by: Daniel Gomez <daniel@qtec.com>
* Recipes: add explicit branch parameter and use https:// instead of git:// ↵Martin Jansa2021-11-134-4/+4
| | | | | | | | | | | | | | | | | | | | | for github.com * github decided that nobody should use git:// https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and starting today all the builds were failing to fetch the metadata layers from github like: 2021-11-01T18:53:26 INFO _main_ Updating [meta-ros] fatal: remote error: The unauthenticated git protocol on port 9418 is no longer supported. Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information. this was just a "test" as they said: "November 2, 2021: We'll also run several short brownouts on this date." and it will be completely disabled on January 11 2022. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqofonoext: Inherit pkgconfigKhem Raj2021-09-271-1/+1
| | | | | | | Fixes Project ERROR: qofono-qt5 development package not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
* Convert to new override syntaxMartin Jansa2021-08-033-8/+8
| | | | | | | | | | This is the result of automated script (0.9.0) conversion: oe-core/scripts/contrib/convert-overrides.py . converting the metadata to use ":" as the override character instead of "_". Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: Fix build errors found wih clang-11Khem Raj2020-09-023-13/+37
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* libqofonoext: Add recipeHerman van Hazendonk2020-08-261-0/+28
| | | | | | In order to more easily use some oFono bits like (multi)-sim and network management in QML, let's add libqofonoext as well. Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* libqofono: Update to version 0.100 from upstreamHerman van Hazendonk2020-07-201-2/+2
| | | | Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* libconnman-qt: Update to v1.2.34 from upstream and drop patchHerman van Hazendonk2020-07-202-28/+2
| | | | | | Upstream finally supports multilib properly, so bumping our version and dropping the patch for this. Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* libqofono: bump SRCREV and add a fix for voicecallChristophe Chapuis2019-10-302-3/+61
| | | | | | | This fix is currently in discussion upstream for merge: https://git.merproject.org/mer-core/libqofono/merge_requests/16 Signed-off-by: Christophe Chapuis <chris.chapuis@gmail.com>
* libqofono: add dependency on qtxmlpatternsMartin Jansa2018-12-221-1/+1
| | | | | | | * without qtxmlpatterns PACKAGECONFIG in qtdeclarative there is now: log.qt5-libqofono:ERROR: libqofono-0.92+gitrAUTOINC+6916cd030b-r0 do_package_qa: QA Issue: libqofono rdepends on qtxmlpatterns, but it isn't a build dependency, missing qtxmlpatterns in DEPENDS or PACKAGECONFIG? [build-deps] Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: Don't harcode libdir to fix multilib buildAndreas Oberritter2018-12-202-0/+26
| | | | | Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqofono: include /qt5/mkspecs in ${PN}-devMartin Jansa2018-09-251-0/+1
| | | | | | | | * libqofono doesn't respect the install variables and mkspecs end in ${datadir}/qt5/mkspecs even when QT_DIR_NAME is empty and OE_QMAKE_PATH_ARCHDATA is just ${datadir}/mkspecs Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qmake5_paths: change the default QT_DIR_NAME to be emptyMartin Jansa2018-09-251-3/+3
| | | | | | | | * there aren't many people using qt4 and qt5 in the same image anymore, it's time to stop using this work around and to follow default packaging rules Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt: remove unnecessary FILES.*-dbg variables for packaging .debug filesMartin Jansa2018-09-191-4/+0
| | | | | | | | | | | | | | | | | | | | * package.bbclass can do it automatically since: commit da5ec06814e105451cca11cce76b5c5231110524 Author: Richard Purdie <richard.purdie@linuxfoundation.org> Date: Tue Dec 15 15:38:54 2015 +0000 package: Add auto package splitting of .debug files * .debug files for examples were incorrectly picked by qtbase-qmlplugins-dbg causing following QE error, because unlike qtbase-examples-dbg we don't have libdir in INSANE_SKIP. ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA Issue: qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/plugandpaint/plugins/.debug/libpnp_extrafilters.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/styleplugin/styles/.debug/libsimplestyleplugin.so qtbase-qmlplugins-dbg: found library in wrong location: /usr/share/qt5/examples/widgets/tools/echoplugin/plugins/.debug/libechoplugin.so [libdir] ERROR: qtbase-5.11.2+gitAUTOINC+49efea26a5-r0 do_package_qa: QA run found fatal errors. Please consider fixing them. Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libvcard: add recipeMatt Porter2018-06-211-0/+15
| | | | | | | * Build tested for qemux86-64. Signed-off-by: Matt Porter <mporter@konsulko.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt5: bump libconnman-qt5 to 1.2.7Daniel Mack2018-04-181-2/+2
| | | | | Signed-off-by: Daniel Mack <daniel@zonque.org> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* meta-qt5: Update to 5.9.2 releaseHerman van Hazendonk2017-10-173-16/+17
| | | | Signed-off-by: Herman van Hazendonk <github.com@herrie.org>
* libconnman-qt5: update to 1.1.10Jonathan Liu2017-07-011-2/+2
| | | | | Signed-off-by: Jonathan Liu <net147@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libqofono: import from meta-luneos layerMartin Jansa2016-09-051-0/+39
| | | | | | * we alreadh have libconnman-qt5 here, so it makes sense to import libqofono as well Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* libconnman-qt5: move to recipes-connectivity and don't use MeeGo as prefixMartin Jansa2016-09-052-0/+75
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>