summaryrefslogtreecommitdiffstats
path: root/meta-networking/README
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2014-09-02 00:39:37 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2014-09-08 16:34:25 -0400
commit46824934fa4ac6a61bebe2c92faa31c0a8e85392 (patch)
tree16bbc5dad43f67dd0fc26c0d2d4b2096669b88d7 /meta-networking/README
parentb45472a29b60d46cca313bd629561e674befe386 (diff)
downloadmeta-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/README')
-rw-r--r--meta-networking/README8
1 files changed, 6 insertions, 2 deletions
diff --git a/meta-networking/README b/meta-networking/README
index 339d40ef5..e1ba27d83 100644
--- a/meta-networking/README
+++ b/meta-networking/README
@@ -17,17 +17,21 @@ Dependencies
17 17
18This layer depends on: 18This layer depends on:
19 19
20URI: git://github.com/openembedded/oe-core.git 20URI: git://github.com/openembedded/openembedded-core.git
21branch: master 21branch: master
22revision: HEAD 22revision: HEAD
23 23
24For some recipes, the meta-oe layer is required: 24For some recipes, the meta-oe layer is required:
25 25
26URI: git://github.com/openembedded/meta-oe.git 26URI: git://github.com/openembedded/meta-openembedded.git
27subdirectory: meta-oe 27subdirectory: meta-oe
28branch: master 28branch: master
29revision: HEAD 29revision: HEAD
30 30
31URI: git://github.com/openembedded/meta-openembedded.git
32subdirectory: meta-python
33branch: master
34revision: HEAD
31 35
32Maintenance 36Maintenance
33----------- 37-----------