[oe] [meta-networking][PATCH 5/5] meta-networking: Update layer dependency information

Joe MacDonald Joe_MacDonald at mentor.com
Mon Sep 8 20:29:12 UTC 2014


Merged, thanks.
-J.

[[oe] [meta-networking][PATCH 5/5] meta-networking: Update layer dependency information] On 14.09.02 (Tue 00:39) Khem Raj wrote:

> 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 at gmail.com>
> ---
>  meta-networking/README          | 8 ++++++--
>  meta-networking/conf/layer.conf | 2 ++
>  2 files changed, 8 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/README b/meta-networking/README
> index 339d40e..e1ba27d 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
>  -----------
> diff --git a/meta-networking/conf/layer.conf b/meta-networking/conf/layer.conf
> index 39c2ceb..d99d738 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"
> -- 
> 2.1.0
> 
-- 
-Joe MacDonald.
:wq
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 490 bytes
Desc: Digital signature
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20140908/444aaaff/attachment-0002.sig>


More information about the Openembedded-devel mailing list