aboutsummaryrefslogtreecommitdiffstats
path: root/common/qt5-layer
AgeCommit message (Collapse)Author
2018-03-30Revert "qtbase-native: use the bundled pcre"Awais Belal
This reverts commit 653568002d28efdc388d7ccc09b7c82310b7b3f2.
2018-02-23qtbase-native: use the bundled pcreAwais Belal
Backported from https://patchwork.openembedded.org/patch/143844/ not yet available on morty and should be dropped when it is merged back to master. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2016-07-06Revert "qt4-native: Do not strip debug packages"Drew Moseley
This reverts commit aa08015b89119bff38c84f0e14313b43caa85421.
2016-01-15qt4-native: Do not strip debug packagesDrew Moseley
This is already applied to the target packages and removes warnings such as: WARNING: File 'tmp/sysroots/x86_64-linux/usr/lib/libQtDBus.so.4.8.7' from qt4-native was already stripped, this will prevent future debugging! Signed-off-by: Drew Moseley <drew_moseley@mentor.com>
2015-10-16Revert "qtwebkit-examples: fix ADE creation"Awais Belal
This reverts commit 9804e5053c103e6d4d7c894481ad746b6b549467.
2015-09-22qtwebkit-examples: fix ADE creationAwais Belal
ADEs are generated by picking up -dev subpackages of all the packages included in build. In case of qtwebkit-examples, the way qt5 submodules are populated the actual generated package of qtwebkit-examples is qtwebkit-examples-examples. When ADE creation picks up qtwebkit-examples-dev it fails to find the qtwebkit-examples package which is a dependency for the -dev package. This patch allows generation of the qtwebkit-examples package to satisfy this dependency by allowing this empty package to be built. Signed-off-by: Awais Belal <awais_belal@mentor.com>
2014-08-20qt5: Move qt bbappends into layer-specific subdir.Drew Moseley
This allows builds to succeed even when the meta-qt5 layer is not included. Signed-off-by: Drew Moseley <drew_moseley@mentor.com>