It is required to build upcoming freecell-solver. There are other meta layers
containing this but layer dependency explosion should be avoided.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This is a compromize:
* not all users of meta-qt5-extra build kde
* since recent commit in meta-qt5
commit 75e2d3a2e3888c06c1da74f3f6ab82882f450064
Author: Martin Jansa <Martin.Jansa@gmail.com>
Date: Sun Aug 12 10:20:04 2018 +0000
qtbase: update the dependency for gbm PACKAGECONFIG
* mesa* conditionally provides virtual/libgbm when gbm is enabled there
so it's better than depending on just virtual/mesa
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
we kick out meta-freescale at least by forcing gbm: imx vivante blobs do
not provide gbm.
Have not tested yet what fallout is caused, but in case of trouble I recomend
to set 'kde' in DISTRO_FEATURES (see meta-qt5/qtbase).
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* thanks to ArchLinux patches ('Honor BUILD_TESTING') some patches could be
removed here
* baloo: remove qdbuscpp2xml workaround
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* On some build environments configure failed
* Wonder how this remained undiscovered for so long
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Laughing matter: before kde-plasma upgrade 5.12.5 -> 5.13.2 it was
(accidentally) included in images by dependency.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
fixes:
| WARNING: kinfocenter-5.13.2-r0 do_patch:
| Some of the context lines in patches were ignored. This can lead to incorrectly applied patches.
| The context lines in the patches can be updated with devtool:
|
| devtool modify <recipe>
| devtool finish --force-patch-refresh <recipe> <layer_path>
|
| Then the updated patches and the source tree (in devtool's workspace)
| should be reviewed to make sure the patches apply in the correct place
| and don't introduce duplicate lines (which can, and does happen
| when some of the context is ignored). Further information:
| http://lists.openembedded.org/pipermail/openembedded-core/2018-March/148675.html
| https://bugzilla.yoctoproject.org/show_bug.cgi?id=10450
| Details:
| Applying patch 0001-fix-build-in-x11-less-environments.patch
| patching file Modules/info/CMakeLists.txt
| patching file Modules/opengl/CMakeLists.txt
| patching file Modules/opengl/opengl.cpp
| Hunk #2 succeeded at 785 (offset 45 lines).
| Hunk #3 succeeded at 902 (offset 46 lines).
| Hunk #4 succeeded at 948 (offset 44 lines).
| Hunk #5 succeeded at 962 (offset 44 lines).
| Hunk #6 succeeded at 991 (offset 44 lines).
| Hunk #7 succeeded at 1008 with fuzz 1 (offset 44 lines).
|
| Now at patch 0001-fix-build-in-x11-less-environments.patch
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>