[oe] [meta-qt5][PATCH 1/1 (possible duplicate)] layer.conf: add LAYERVERSION and LAYERDEPENDS

Joe Slater jslater at windriver.com
Tue Sep 27 19:35:22 UTC 2016


We just depend on "core".

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 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"
-- 
1.7.9.5




More information about the Openembedded-devel mailing list