summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
Commit message (Collapse)AuthorAgeFilesLines
* python-pyqt5, qtwebengine, qtwebkit, qt-kiosk-browser: skip without meta-python2Martin Jansa2020-01-231-0/+4
| | | | | | | | | | | | | | | | Neither of these actually builds with python3, skip them when meta-python2 isn't included until real fix is available. qtwebkit might not get the support for python3 at all qtwebengine I have some changes for the initial build, but there are many more needed as shown in upstream chromium: https://bugs.chromium.org/p/chromium/issues/detail?id=942720 https://bugs.chromium.org/p/chromium/issues/list?q=label%3AProj-Python3Migration&can=2 python-pyqt5 is already blacklisted because of sip Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
* qt-kiosk-browser: Only support arm/x86Khem Raj2020-01-171-0/+7
| | | | | | | | | | | | Since it depends on qtwebengine and qtwebengine only supports these arches Fixes executing config test webengine-arch-support Architecture not supported. test config.qtwebengine_buildtools.tests.webengine-arch-support FAILED Signed-off-by: Khem Raj <raj.khem@gmail.com>
* qt-kiosk-browser: Add recipeOtavio Salvador2020-01-131-0/+32
The Qt Kiosk Browser provides a simple browser which offers a nice set of features for use on a Kiosk device. It supports: - Out of box screen saver - Virtual Keyboard - Highly configurable Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>