[oe] [meta-qt5][PATCH] qt5: Add recipe for qtpurchasing.

Timo Jyrinki timo.jyrinki at gmail.com
Fri Feb 23 12:05:39 UTC 2018


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 at gmail.com>
---
 recipes-qt/qt5/qtpurchasing_git.bb | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 recipes-qt/qt5/qtpurchasing_git.bb

diff --git a/recipes-qt/qt5/qtpurchasing_git.bb b/recipes-qt/qt5/qtpurchasing_git.bb
new file mode 100644
index 0000000..2415f38
--- /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"
-- 
2.7.4




More information about the Openembedded-devel mailing list