diff options
author | Joe MacDonald <joe_macdonald@mentor.com> | 2014-11-24 14:12:02 -0500 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-11-24 14:12:02 -0500 |
commit | 34be57e7454ffe5f591cc0d7638bf41bb4377a61 (patch) | |
tree | 080ee9716c8f20e58035c390c11f7dd083bca3fa /meta-networking | |
parent | 1b6141cc55fe8877c48b5e63c7db25dd75e35094 (diff) | |
download | meta-openembedded-34be57e7454ffe5f591cc0d7638bf41bb4377a61.tar.gz |
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@mentor.com>
Diffstat (limited to 'meta-networking')
-rw-r--r-- | meta-networking/conf/layer.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index d99d738be..63bb07d5a 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -14,7 +14,7 @@ BBFILE_PRIORITY_networking-layer = "5" | |||
14 | LAYERVERSION_networking-layer = "1" | 14 | LAYERVERSION_networking-layer = "1" |
15 | 15 | ||
16 | LAYERDEPENDS_networking-layer = "core" | 16 | LAYERDEPENDS_networking-layer = "core" |
17 | LAYERDEPENDS_networking-layer = "openembedded-layer" | 17 | LAYERDEPENDS_networking-layer += "openembedded-layer" |
18 | LAYERDEPENDS_networking-layer = "meta-python" | 18 | LAYERDEPENDS_networking-layer += "meta-python" |
19 | 19 | ||
20 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |