From 68a37289727ed5fab880f606154946d7be749a93 Mon Sep 17 00:00:00 2001 From: Wenzong Fan Date: Mon, 11 Mar 2013 17:38:39 +0800 Subject: meta-networking: Add LAYERVERSION and LAYERDEPENDS Add LAYERVERSION and LAYERDEPENDS to layer.conf Signed-off-by: Wenzong Fan Signed-off-by: Joe MacDonald --- meta-networking/conf/layer.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'meta-networking') diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 1ea2bc2ea..f75080a4c 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf @@ -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" -- cgit v1.2.3-54-g00ecf