aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimo Jyrinki <timo.jyrinki@gmail.com>2018-02-23 14:05:39 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2018-02-26 16:53:07 +0000
commit14973ed909f9b8e9b3698827e024eb599a7198d5 (patch)
tree03a015b3281209e7ba28663c1b63de82d1ef1bf6
parent1d9fbb1576846318e6f842006bf8c27758f094fb (diff)
qt5: Add recipe for qtpurchasing.
Qt Purchasing was introduced as a new module in Qt 5.7. It was previously only available with Qt's commercial license. It can be used to build payment features. The commit hash in the recipe is the latest in the 5.10 branch. Licenses were combed with licensecheck tool. Signed-off-by: Timo Jyrinki <timo.jyrinki@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--recipes-qt/qt5/qtpurchasing_git.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes-qt/qt5/qtpurchasing_git.bb b/recipes-qt/qt5/qtpurchasing_git.bb
new file mode 100644
index 00000000..2415f388
--- /dev/null
+++ b/recipes-qt/qt5/qtpurchasing_git.bb
@@ -0,0 +1,13 @@
+require qt5.inc
+require qt5-git.inc
+
+HOMEPAGE = "http://www.qt.io"
+LICENSE = "Apache-2.0 & BSD & ( LGPL-3.0 | GPL-3.0 | The-Qt-Company-Commercial )"
+LIC_FILES_CHKSUM = " \
+ file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \
+ file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \
+"
+
+DEPENDS += "qtbase qtdeclarative"
+
+SRCREV = "49c5461af0888950b80eb9558647ccd764d55737"