From 7a58995591f7612fec8ea6b6171eefffb75b6960 Mon Sep 17 00:00:00 2001 From: Joe Slater Date: Mon, 26 Sep 2016 14:02:11 -0700 Subject: [PATCH] layer.conf: add LAYERVERSION and LAYERDEPENDS We just depend on "core". Signed-off-by: Joe Slater Signed-off-by: Martin Jansa --- conf/layer.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index b7207e6..73ce00a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -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"