meta-networking: Add LAYERVERSION and LAYERDEPENDS

Add LAYERVERSION and LAYERDEPENDS to layer.conf

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Joe MacDonald <joe.macdonald@windriver.com>
This commit is contained in:
Wenzong Fan 2013-03-11 17:38:39 +08:00 committed by Joe MacDonald
parent b6070c7f7a
commit 68a3728972

View File

@ -9,3 +9,8 @@ BBFILE_COLLECTIONS += "networking"
BBFILE_PATTERN_networking := "^${LAYERDIR}/"
BBFILE_PRIORITY_networking = "5"
# This should only be incremented on significant changes that will
# cause compatibility issues with other layers
LAYERVERSION_networking = "1"
LAYERDEPENDS_networking = "core"