summaryrefslogtreecommitdiffstats
path: root/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf/layer.conf')
-rw-r--r--conf/layer.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/conf/layer.conf b/conf/layer.conf
index b7207e63..7eb3b2db 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -23,9 +23,16 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/"
23 23
24BBFILE_PRIORITY_qt5-layer = "7" 24BBFILE_PRIORITY_qt5-layer = "7"
25 25
26# This should only be incremented on significant changes that will
27# cause compatibility issues with other layers
28LAYERVERSION_qt5-layer = "1"
29
30LAYERDEPENDS_qt5-layer = "core"
31
26LICENSE_PATH += "${LAYERDIR}/licenses" 32LICENSE_PATH += "${LAYERDIR}/licenses"
27 33
28IMAGE_FEATURES[validitems] += "qtcreator-debug" 34IMAGE_FEATURES[validitems] += "qtcreator-debug"
29 35
30QT_GIT ?= "git://github.com/qtproject" 36QT_GIT ?= "git://github.com/qt"
37QT_LABS_GIT ?= "git://github.com/qt-labs"
31QT_GIT_PROTOCOL ?= "git" 38QT_GIT_PROTOCOL ?= "git"