[oe] [meta-multimedia][PATCH 1/1] layer.conf: add LAYERVERSION and LAYERDEPENDS

Joe Slater jslater at windriver.com
Mon Sep 26 21:08:47 UTC 2016


The layer README states we depend on meta-ruby and
meta-oe, but bitbake-layers show-cross-depends does
not find these dependencies.

Signed-off-by: Joe Slater <jslater at windriver.com>
---
 meta-multimedia/conf/layer.conf |    6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/meta-multimedia/conf/layer.conf b/meta-multimedia/conf/layer.conf
index 64a0a44..d68b13f 100644
--- a/meta-multimedia/conf/layer.conf
+++ b/meta-multimedia/conf/layer.conf
@@ -23,3 +23,9 @@ BBFILE_PATTERN_multimedia-layer := "^${LAYERDIR}/"
 
 BBFILE_PRIORITY_multimedia-layer = "6"
 
+# This should only be incremented on significant changes that will
+# cause compatibility issues with other layers
+LAYERVERSION_multimedia-layer = "1"
+
+LAYERDEPENDS_multimedia-layer = "core"
+
-- 
1.7.9.5




More information about the Openembedded-devel mailing list