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.bb43
1 files changed, 43 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
new file mode 100644
index 00000000..8ae0e9ef
--- /dev/null
+++ b/recipes-qt/qt-kiosk-browser/qt-kiosk-browser_git.bb
@@ -0,0 +1,43 @@
1SUMMARY = "Qt Kiosk Browser"
2DESCRIPTION = "Provides a simple but highly configurable browser for use on Kiosk devices"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=1ebbd3e34237af26da5dc08a4e440464"
4LICENSE = "GPLv3"
5
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}
11
12SRC_URI = " \
13 git://github.com/OSSystems/qt-kiosk-browser;protocol=https \
14 file://${BPN}.conf \
15"
16
17PV = "0.0+git${SRCPV}"
18SRCREV = "d42b7d9050b5445e2b9430022a46d5d583581631"
19
20S = "${WORKDIR}/git"
21
22inherit qmake5
23
24EXTRA_QMAKEVARS_PRE += "PREFIX=${prefix}"
25
26do_install_append() {
27 install -Dm 0644 ${WORKDIR}/${PN}.conf ${D}${sysconfdir}/${PN}.conf
28}
29
30RDEPENDS_${PN} += " \
31 liberation-fonts \
32 qtdeclarative-qmlplugins \
33 qtquickcontrols-qmlplugins \
34 qtvirtualkeyboard \
35 qtwebengine-qmlplugins \
36"
37COMPATIBLE_MACHINE = "(-)"
38COMPATIBLE_MACHINE_x86 = "(.*)"
39COMPATIBLE_MACHINE_x86-64 = "(.*)"
40COMPATIBLE_MACHINE_armv6 = "(.*)"
41COMPATIBLE_MACHINE_armv7a = "(.*)"
42COMPATIBLE_MACHINE_armv7ve = "(.*)"
43COMPATIBLE_MACHINE_aarch64 = "(.*)"