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/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-networking/conf/layer.conf') 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" LAYERVERSION_networking-layer = "1" LAYERDEPENDS_networking-layer = "core" +LAYERDEPENDS_networking-layer = "openembedded-layer" +LAYERDEPENDS_networking-layer = "meta-python" LICENSE_PATH += "${LAYERDIR}/licenses" -- cgit 1.2.3-korg