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>
This removes multiple installation of qtsystems/examples/systeminfo
examples of qml-battery, qml-deviceinfo etc which sometimes
leads to a build error of "Destination file exists"
Signed-off-by: ansar-rasool <ansar_rasool@mentor.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* Newer oe-core doesn't pull many default dependencies anymore:
https://lists.openembedded.org/g/openembedded-core/message/156185
add explicit dependency on pkgconfig through pkgconfig.bbclass as
we're using it here.
* fixes:
| sed: can't read /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtwebengine/5.15.4+gitAUTOINC+dd7f7a9166_7aad021f2e-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory
because without pkgconfig detected this file isn't created during
the build
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* some features enabled with PACKAGECONFIG need pkgconfig to
be detected correctly
* fixes:
| Checking for libresourceqt5... ERROR: Error calling /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtmultimedia/5.15.2+gitAUTOINC+fd30913d46-r0/recipe-sysroot-native/usr/bin/qmake -makefile -o Makefile QT_BUILD_PARTS-=examples QT_BUILD_PARTS-=tests /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/qtmultimedia/5.15.2+gitAUTOINC+fd30913d46-r0/git/qtmultimedia.pro -- -alsa -gstreamer 1.0 -no-feature-openal -pulseaudio
| no
| Done running configuration tests.
...
| ERROR: Feature 'gstreamer_1_0' was enabled, but the pre-condition 'libs.gstreamer_1_0' failed.
|
| ERROR: Feature 'pulseaudio' was enabled, but the pre-condition 'libs.pulseaudio' failed.
* fixes:
| Reading /OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/maliit-framework-qt5/0.99.0+gitAUTOINC+62bd54bcde-r0/git/connection/connection.pro [/OE/build/luneos-honister/webos-ports/tmp-glibc/work/core2-64-webos-linux/maliit-framework-qt5/0.99.0+gitAUTOINC+62bd54bcde-r0/build/connection]
| sh: 1: pkg-config: not found
| sh: 1: pkg-config: not found
| WARNING: install_services.path is not defined: install target not created
* some features enabled with PACKAGECONFIG need pkgconfig to
be detected correctly
* fixes:
Checking for pkg-config...
test config.qtbase.tests.pkg-config FAILED
...
Trying source 0 (type pkgConfig) of library dbus ...
pkg-config use disabled globally.
...
ERROR: Feature 'pkg-config' was enabled, but the pre-condition 'tests.pkg-config' failed.
ERROR: Feature 'glib' was enabled, but the pre-condition 'libs.glib' failed.
ERROR: Feature 'kms' was enabled, but the pre-condition 'libs.drm' failed.
ERROR: Feature 'gbm' was enabled, but the pre-condition 'libs.gbm' failed.
ERROR: Feature 'mtdev' was enabled, but the pre-condition 'libs.mtdev' failed.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
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>
QtWebEngine has a hard dependency on D-Bus, which is currently
fulfilled indirectly via the pulseaudio dependency. As soon as
pulseaudio is disabled via DISTRO_FEATURES_BACKFILL_CONSIDERED,
building QtWebEngine fails.
Add a direct dbus dependency to qtwebengine_git.bb to fix this.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Backported patch can go
=========
Qwt 6.1.5
=========
1) Maintenance
- Avoid using some of the deprecated Qt APIs
- Missing includes of QPainterPath ( Qt 5.15 ) added
- QwtPlotSpectroCurve: missing public inheritance
- QwtPlotTradingCurve: missing public inheritance
2) Bug fixes
- QwtLinearColorMap: handling of alpha values in color stops fixed
- QwtPlotRasterItem: missing color table initialization for
QImage::Format_Indexed8
- QwtScaleWidget: missing QEvent::LayoutRequest added
- QwtSetSample: bound rectangle fixed for empty sets
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* as we cannot upgrade all modules past 5.15.2 due to license change
and the branches for 5.15.4 not available publicly, but qtwebengine
and the chromium bits which are probably most important for security
fixes are available and hopefully we can use them for non-commercial
use
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* it's mandatory since this commit:
commit c9d902ca6ca3b1aa2e2762329d18c226d26520af
Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
Date: Fri Nov 6 09:16:15 2020 +0100
Adaptations for Chromium 87
* unfortunatelly missing this dependency only shows an warning in do_configure:
Note: The following modules are not being compiled in this configuration:
webenginecore
webengine
webenginewidgets
WARNING: Nodejs is required to build QtWebEngine.
WARNING: QtWebEngine will not be built.
and then it fails in do_install with:
make[1]: Leaving directory '/OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/build/src'
sed: can't read /OE/build/oe-core/tmp-glibc/work/core2-64-oe-linux/qtwebengine/5.15.3+gitAUTOINC+f121523512_9406a89a9d-r0/image/usr/lib/pkgconfig/Qt5WebEngineCore.pc: No such file or directory
WARNING: exit code 2 from a shell command.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* removed in:
commit ed0f3c2ef0f17c82f9ba1e8b687f46f468c705c7
Author: Allan Sandfeld Jensen <allan.jensen@qt.io>
Date: Fri Jan 15 15:38:14 2021 +0100
Remove configure options that doesn't work
They are just confusing users.
* fixes:
ERROR: Enabling/Disabling unknown feature 'webengine-system-jsoncpp'.
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
gold linker seems to not link the shared lib properly as it results in
textrels on these arches. So fallback to bfd linker.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Since meta-clang's
commit d38888ea80965206c1d2eab9958db1ff980c56c4
Author: Zoltán Böszörményi <zboszor@pr.hu>
Date: Thu Feb 18 04:29:49 2021 -0500
clang: Merge llvm-common into clang
Signed-off-by: Zoltán Böszörményi <zboszor@pr.hu>
parsing fails with:
| ERROR: Nothing PROVIDES 'llvm-common' (but /home/superandy/data/oe-core/sources/meta-qt5/recipes-qt/qt5/qt5-creator_git.bb DEPENDS on or otherwise requires it
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This is useful when QMake has CONFIG+=separate_debug_info which is often
not during the actual bitbake builds but when using an eSDK produced by
the meta-toolchain-qt5 recipe.
Signed-off-by: Dan Christensen <opello@opello.org>