summaryrefslogtreecommitdiff
path: root/recipes-qt/qt5
AgeCommit message (Collapse)Author
2017-12-22packagegroup-qt5: override packagegroup-qt5 from meta-angstromMax Krummenacher
Remove qt plugins already pulled in from RRECOMMENDS. As qt5.inc sets RRECOMMENDS_${PN} = "${PN}-plugins ${PN}-qmlplugins" there is no need to to add plugins for which ${PN} is already included. As with Qt 5.8 qtdeclarativ-plugins is empty this fixes: | Collected errors: | * calculate_dependencies_for: Cannot satisfy the following dependencies for packagegroup-qt5: | * qtdeclarative-plugins * | * opkg_solver_install: Cannot install package packagegroup-qt5. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-12-22recipes: fix invalid license file locationMax Krummenacher
Use '${COMMON_LICENSE_DIR} for license files fix the warning: | WARNING: packagegroup-xfce-base-1.0-r5 do_populate_lic: | ${COREBASE}/LICENSE is not a valid license file, please use |'${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. |This will become an error in the future Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07meta-toradex-demo: clean-up whitespace useMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07qtbase: make packagearch machine specific for machines which change featuresMax Krummenacher
While at it only differ in PACKAGECONFIG if really needed. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07recipes: remove unneeded RDEPENDSMax Krummenacher
Empty RDEPENDS are not needed, the others are automatically added by the buildsystem. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2017-04-07qtbase append: add packageconfig to fontconfigMax Krummenacher
Qt5.7 no longer provides fonts. Enable the 'fontconfig' PACKAGECONFIG so that Qt5 finds OE installed fonts. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-11-21qtbase bbappend: configure unconditionally with -accessibilityMax Krummenacher
qtquickcontrols are only built if qtbase gets configured with accessibility. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-09-29recipes: stop using base_containsMax Krummenacher
The base_contains function is deprecated and we ought to use bb.utils.contains instead. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-06-30qt5-x11-free-systemd: add systemd service recipe to start a qt5 appMax Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
2016-03-14qtbase_%.bbappend: fix build with X11Max Krummenacher
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
2015-06-23qt5: align with meta-qt5 dizzyMax Krummenacher
- use % in bbappend - tegra: build with icu, so qtwebkit can be built - tegra: build with gstreamer 0.10 - remove workaround for gcc 4.8
2014-10-06qt5: fix build failure with V2.3 imagesMax Krummenacher
2014-06-25qt5: config for gles and build examplesraul