diff options
-rw-r--r-- | recipes-qt/qt5/qtpurchasing_git.bb | 13 |
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 @@ | |||
1 | require qt5.inc | ||
2 | require qt5-git.inc | ||
3 | |||
4 | HOMEPAGE = "http://www.qt.io" | ||
5 | LICENSE = "Apache-2.0 & BSD & ( LGPL-3.0 | GPL-3.0 | The-Qt-Company-Commercial )" | ||
6 | LIC_FILES_CHKSUM = " \ | ||
7 | file://LICENSE.LGPLv3;md5=b8c75190712063cde04e1f41b6fdad98 \ | ||
8 | file://LICENSE.GPLv3;md5=40f9bf30e783ddc201497165dfb32afb \ | ||
9 | " | ||
10 | |||
11 | DEPENDS += "qtbase qtdeclarative" | ||
12 | |||
13 | SRCREV = "49c5461af0888950b80eb9558647ccd764d55737" | ||