From 14973ed909f9b8e9b3698827e024eb599a7198d5 Mon Sep 17 00:00:00 2001 From: Timo Jyrinki Date: Fri, 23 Feb 2018 14:05:39 +0200 Subject: 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 Signed-off-by: Martin Jansa --- 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 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" -- cgit v1.2.3-54-g00ecf