mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-14 10:54:29 +00:00
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:
parent
47ab72fca1
commit
335ea1777f
@ -23,3 +23,9 @@ BBFILE_PATTERN_multimedia-layer := "^${LAYERDIR}/"
|
|||||||
|
|
||||||
BBFILE_PRIORITY_multimedia-layer = "6"
|
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"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user