layer.conf: add LAYERVERSION and LAYERDEPENDS

We just depend on "core".

Signed-off-by: Joe Slater <jslater@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Joe Slater
2016-09-26 14:02:11 -07:00
committed by Martin Jansa
parent 9aa870eecf
commit 7a58995591

View File

@@ -23,6 +23,12 @@ BBFILE_PATTERN_qt5-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_qt5-layer = "7"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_qt5-layer = "1"
LAYERDEPENDS_qt5-layer = "core"
LICENSE_PATH += "${LAYERDIR}/licenses"
IMAGE_FEATURES[validitems] += "qtcreator-debug"