[OE-core] [meta-networking][PATCH] meta-networking: update LAYERDEPENDS

Joe MacDonald joe_macdonald at mentor.com
Mon Nov 24 19:41:12 UTC 2014


A minor typo was causing LAYERDEPENDS to be overwritten instead of
appended to in our layer.conf.

Signed-off-by: Joe MacDonald <joe_macdonald at mentor.com>
---
 meta-networking/conf/layer.conf | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
index d99d738..63bb07d 100644
--- a/meta-networking/conf/layer.conf
+++ b/meta-networking/conf/layer.conf
@@ -14,7 +14,7 @@ BBFILE_PRIORITY_networking-layer = "5"
 LAYERVERSION_networking-layer = "1"
 
 LAYERDEPENDS_networking-layer = "core"
-LAYERDEPENDS_networking-layer = "openembedded-layer"
-LAYERDEPENDS_networking-layer = "meta-python"
+LAYERDEPENDS_networking-layer += "openembedded-layer"
+LAYERDEPENDS_networking-layer += "meta-python"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
-- 
1.9.1




More information about the Openembedded-core mailing list