aboutsummaryrefslogtreecommitdiffstats
path: root/meta-perl/conf/layer.conf
diff options
context:
space:
mode:
Diffstat (limited to 'meta-perl/conf/layer.conf')
-rw-r--r--meta-perl/conf/layer.conf6
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-perl/conf/layer.conf b/meta-perl/conf/layer.conf
index 09ed0e572f..0485ac8df1 100644
--- a/meta-perl/conf/layer.conf
+++ b/meta-perl/conf/layer.conf
@@ -8,3 +8,9 @@ BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
BBFILE_COLLECTIONS += "perl-layer"
BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
BBFILE_PRIORITY_perl-layer = "6"
+
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_perl-layer = "1"
+
+LAYERDEPENDS_perl-layer = "core"