summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb')
-rw-r--r--recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
index 44bdf18c..8ae0e9ef 100644
--- a/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
+++ b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
@@ -4,6 +4,10 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
4LICENSE = "GPLv3" 4LICENSE = "GPLv3"
5 5
6DEPENDS = "qtwebengine" 6DEPENDS = "qtwebengine"
7python() {
8 if 'meta-python2' not in d.getVar('BBFILE_COLLECTIONS').split():
9 raise bb.parse.SkipRecipe('qtwebengine dependency requires meta-python2 to be present.')
10}
7 11
8SRC_URI = " \ 12SRC_URI = " \
9 git://github.com/OSSystems/qt-kiosk-browser;protocol=https \ 13 git://github.com/OSSystems/qt-kiosk-browser;protocol=https \