summaryrefslogtreecommitdiffstats
path: root/recipes-qt/qt5/qtquickcontrols_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-qt/qt5/qtquickcontrols_git.bb')
-rw-r--r--recipes-qt/qt5/qtquickcontrols_git.bb15
1 files changed, 14 insertions, 1 deletions
diff --git a/recipes-qt/qt5/qtquickcontrols_git.bb b/recipes-qt/qt5/qtquickcontrols_git.bb
index ddc4ccfc..5afb31a3 100644
--- a/recipes-qt/qt5/qtquickcontrols_git.bb
+++ b/recipes-qt/qt5/qtquickcontrols_git.bb
@@ -1,4 +1,17 @@
1require qt5.inc
1require qt5-git.inc 2require qt5-git.inc
2require ${PN}.inc 3
4LICENSE = "GFDL-1.3 & BSD & (LGPL-2.1 & Digia-Qt-LGPL-Exception-1.1 | LGPL-3.0) | GPL-2.0"
5LIC_FILES_CHKSUM = " \
6 file://LICENSE.LGPLv21;md5=cff17b12416c896e10ae2c17a64252e7 \
7 file://LICENSE.LGPLv3;md5=c1939be5579666be947371bc8120425f \
8 file://LGPL_EXCEPTION.txt;md5=0145c4d1b6f96a661c2c139dfb268fb6 \
9 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
10 file://LICENSE.GPLv2;md5=e782f55badfa137e5e59c330f12cc8ed \
11"
12
13DEPENDS += "qtdeclarative"
14
15RDEPENDS_${PN}-dev = ""
3 16
4SRCREV = "de9145dcd904068256e28e130fdfda2e8014efe8" 17SRCREV = "de9145dcd904068256e28e130fdfda2e8014efe8"