[oe-commits] Joe MacDonald : meta-networking: update LAYERDEPENDS

git at git.openembedded.org git at git.openembedded.org
Wed Nov 26 17:53:01 UTC 2014


Module: meta-openembedded.git
Branch: master
Commit: 34be57e7454ffe5f591cc0d7638bf41bb4377a61
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=34be57e7454ffe5f591cc0d7638bf41bb4377a61

Author: Joe MacDonald <joe_macdonald at mentor.com>
Date:   Mon Nov 24 14:12:02 2014 -0500

meta-networking: update LAYERDEPENDS

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"



More information about the Openembedded-commits mailing list