- 23 Sep, 2018 1 commit
-
-
Florent Revest authored
packagegroup-qt5-toolchain-target: Remove a dependency to qtcharts-mkspec which is not packaged by the qtcharts recipe
-
- 11 Feb, 2018 1 commit
-
-
Florent Revest authored
packagegroup-qt5-toolchain-target: Don't depend on the qtscript recipe which is not needed and doesn't seem to be well maintained (causes errors in builds)
-
- 23 Oct, 2017 1 commit
-
-
Florent Revest authored
packagegroup-qt5-toolchain-target: Don't depend on qtquick1, qtwebkit and qtquickcontrols2 but depend on most nemo-qml-plugins, qtvirtualkeyboard, mapplauncherd, qtmpris, glibmm and qml-asteroid so that the SDK can actually be used to build Asteroid apps
-
- 11 Jan, 2017 1 commit
-
-
Andrew E. Bruno authored
bitbake meta-toolchain-qt5 was failing with the following error when compiling qtwebkit: asteroid/build/tmp-glibc/sysroots/bass/usr/include/c++/6.2.0/cstdlib:75:25: fatal error: stdlib.h: No such file or directory This appears to be related to how qmake passes some include paths with "-isystem" prefix [1,2]. This flag effects the internal header search path order and seems to cause issues when compiling qtwebkit for the sdk. By default QMAKE_CFLAGS_ISYSTEM = -isystem see [3]. This patch resets QMAKE_CFLAGS_ISYSTEM to use -I instead for qtwebkit. Additionally, the packagegroup-qt5-toolchain-target.bbappend adds/removes some packages that were causing the do_populate_sdk to fail. These changes were described in more detail here [4]. [1] http://lists.openembedded.org/pipermail/openembedded-core/2016-August/125952.html [2] http://stackoverflow.com/questions/37218953/isystem-on-a-system-include-directory-causes-errors [3] http://code.qt.io/cgit/qt/qtbase.git/tree/mkspecs/common/gcc-base.conf?h=5.6#n47 [4] http://ronan.lepage1.free.fr/gumstix-wiki/doku.php?id=asteroidos:clean_start
-