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 | |
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>
-rw-r--r-- | meta-networking/README | 8 | ||||
-rw-r--r-- | meta-networking/conf/layer.conf | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/meta-networking/README b/meta-networking/README index 339d40ef50..e1ba27d83b 100644 --- a/meta-networking/README +++ b/meta-networking/README | |||
@@ -17,17 +17,21 @@ Dependencies | |||
17 | 17 | ||
18 | This layer depends on: | 18 | This layer depends on: |
19 | 19 | ||
20 | URI: git://github.com/openembedded/oe-core.git | 20 | URI: git://github.com/openembedded/openembedded-core.git |
21 | branch: master | 21 | branch: master |
22 | revision: HEAD | 22 | revision: HEAD |
23 | 23 | ||
24 | For some recipes, the meta-oe layer is required: | 24 | For some recipes, the meta-oe layer is required: |
25 | 25 | ||
26 | URI: git://github.com/openembedded/meta-oe.git | 26 | URI: git://github.com/openembedded/meta-openembedded.git |
27 | subdirectory: meta-oe | 27 | subdirectory: meta-oe |
28 | branch: master | 28 | branch: master |
29 | revision: HEAD | 29 | revision: HEAD |
30 | 30 | ||
31 | URI: git://github.com/openembedded/meta-openembedded.git | ||
32 | subdirectory: meta-python | ||
33 | branch: master | ||
34 | revision: HEAD | ||
31 | 35 | ||
32 | Maintenance | 36 | Maintenance |
33 | ----------- | 37 | ----------- |
diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf index 39c2cebf56..d99d738bee 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" |