mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
meta-webserver: Add LAYERVERSION and LAYERDEPENDS
Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com> Signed-off-by: Robert Yang <liezhi.yang@windriver.com> Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
This commit is contained in:
parent
8f69ed50d1
commit
c94ca65829
|
|
@ -11,3 +11,8 @@ BBFILE_COLLECTIONS += "webserver"
|
|||
BBFILE_PATTERN_webserver := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_webserver = "6"
|
||||
|
||||
# This should only be incremented on significant changes that will
|
||||
# cause compatibility issues with other layers
|
||||
LAYERVERSION_webserver = "1"
|
||||
|
||||
LAYERDEPENDS_webserver = "core"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user