diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-09-02 00:39:37 -0700 |
---|---|---|
committer | Joe MacDonald <joe_macdonald@mentor.com> | 2014-09-08 16:34:25 -0400 |
commit | 46824934fa4ac6a61bebe2c92faa31c0a8e85392 (patch) | |
tree | 16bbc5dad43f67dd0fc26c0d2d4b2096669b88d7 /meta-networking/conf | |
parent | b45472a29b60d46cca313bd629561e674befe386 (diff) | |
download | meta-openembedded-46824934fa4ac6a61bebe2c92faa31c0a8e85392.tar.gz |
meta-networking: Update layer dependency information
since python recipes are now spun out into its own layer
and there are recipes like crda which depend on M2Crypto
python module, of which the recipe is now moved from meta-oe
into meta-python, we need to express this change of layers
otherwise if you are not using meta-python then you end up
with errors e.g.
Nothing PROVIDES 'python-m2crypto-native' (but
meta-networking/recipes-connectivity/crda/crda_1.1.3.bb
DEPENDS on or otherwise requires it).
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/conf')
-rw-r--r-- | meta-networking/conf/layer.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 39c2cebf5..d99d738be 100644 --- a/meta-networking/conf/layer.conf +++ b/meta-networking/conf/layer.conf | |||
@@ -14,5 +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" | ||
18 | LAYERDEPENDS_networking-layer = "meta-python" | ||
17 | 19 | ||
18 | LICENSE_PATH += "${LAYERDIR}/licenses" | 20 | LICENSE_PATH += "${LAYERDIR}/licenses" |