[oe-commits] [meta-openembedded] 11/66: layer.conf: add LAYERVERSION and LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Mon Oct 3 17:31:26 UTC 2016


martin_jansa pushed a commit to branch master-next
in repository meta-openembedded.

commit 335ea1777f1711d7fec8c19b984d52f19bd2b00f
Author: Joe Slater <jslater at windriver.com>
AuthorDate: Mon Sep 26 14:08:47 2016 -0700

    layer.conf: add LAYERVERSION and LAYERDEPENDS
    
    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>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.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"
+

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list