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@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Joe Slater 2016-09-26 14:08:47 -07:00 committed by Martin Jansa
parent 47ab72fca1
commit 335ea1777f

View File

@ -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"