From 46824934fa4ac6a61bebe2c92faa31c0a8e85392 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 2 Sep 2014 00:39:37 -0700 Subject: 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 Signed-off-by: Joe MacDonald --- meta-networking/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'meta-networking/README') 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 This layer depends on: -URI: git://github.com/openembedded/oe-core.git +URI: git://github.com/openembedded/openembedded-core.git branch: master revision: HEAD For some recipes, the meta-oe layer is required: -URI: git://github.com/openembedded/meta-oe.git +URI: git://github.com/openembedded/meta-openembedded.git subdirectory: meta-oe branch: master revision: HEAD +URI: git://github.com/openembedded/meta-openembedded.git +subdirectory: meta-python +branch: master +revision: HEAD Maintenance ----------- -- cgit 1.2.3-korg