diff options
Diffstat (limited to 'meta-multimedia/conf/layer.conf')
-rw-r--r-- | meta-multimedia/conf/layer.conf | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf index 64a0a443c..d68b13f7f 100644 --- a/meta-multimedia/conf/layer.conf +++ b/meta-multimedia/conf/layer.conf | |||
@@ -23,3 +23,9 @@ BBFILE_PATTERN_multimedia-layer := "^${LAYERDIR}/" | |||
23 | 23 | ||
24 | BBFILE_PRIORITY_multimedia-layer = "6" | 24 | BBFILE_PRIORITY_multimedia-layer = "6" |
25 | 25 | ||
26 | # This should only be incremented on significant changes that will | ||
27 | # cause compatibility issues with other layers | ||
28 | LAYERVERSION_multimedia-layer = "1" | ||
29 | |||
30 | LAYERDEPENDS_multimedia-layer = "core" | ||
31 | |||