[oe] [meta-oe][PATCH 1/4] meta-oe: fixup LAYERDEPENDS to include meta-python

Khem Raj raj.khem at gmail.com
Fri Feb 22 18:18:55 UTC 2019


On Fri, Feb 22, 2019 at 9:30 AM Nicolas Dechesne
<nicolas.dechesne at linaro.org> wrote:
>
> meta-oe depends on meta-python, for mongodb recipe, since
> 5cf9a144ad16 (mongodb: Upgrade to 4.0.1 release)
>

The dependency was always there, but I wonder if there is a better
place for mongodb than meta-oe

> Trying to run the yocto-check-layer script fails with:
>
> ERROR: Nothing PROVIDES 'python-cheetah-native' (but /work/yocto/meta-openembedded/meta-oe/recipes-dbs/mongodb/mongodb_git.bb
> DEPENDS on or otherwise requires it). Close matches:
>   python3-git-native
>   python-nose-native
>   python-native
> ERROR: Required build target 'meta-world-pkgdata' has no buildable
> providers.
> Missing or unbuildable dependency chain was: ['meta-world-pkgdata',
> 'mongodb', 'python-cheetah-native']
>
> Signed-off-by: Nicolas Dechesne <nicolas.dechesne at linaro.org>
> ---
>  meta-oe/conf/layer.conf | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/meta-oe/conf/layer.conf b/meta-oe/conf/layer.conf
> index 23c10ce339..8cedcf0d0b 100644
> --- a/meta-oe/conf/layer.conf
> +++ b/meta-oe/conf/layer.conf
> @@ -28,6 +28,7 @@ BBFILE_PRIORITY_openembedded-layer = "6"
>  LAYERVERSION_openembedded-layer = "1"
>
>  LAYERDEPENDS_openembedded-layer = "core"
> +LAYERDEPENDS_openembedded-layer = "meta-python"
>
>  LAYERSERIES_COMPAT_openembedded-layer = "thud"
>
> --
> 2.20.1
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel at lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel


More information about the Openembedded-devel mailing list