diff options
author | Nicolas Dechesne <nicolas.dechesne@linaro.org> | 2019-02-22 18:29:46 +0100 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-02-22 18:14:53 -0800 |
commit | 987d28c27e70ba12edf2b99745c13e7525206f4a (patch) | |
tree | f23c834237ee0c8cfbe04af6c074de7534db37ea /meta-oe/conf | |
parent | bef21ed9aa0b0ad939eb98f01da905eee3c5ab9e (diff) | |
download | meta-openembedded-987d28c27e70ba12edf2b99745c13e7525206f4a.tar.gz |
meta-oe: fixup LAYERDEPENDS to include meta-python
meta-oe depends on meta-python, for mongodb recipe, since
5cf9a144ad16 (mongodb: Upgrade to 4.0.1 release)
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@linaro.org>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/conf')
-rw-r--r-- | meta-oe/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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" | |||
28 | LAYERVERSION_openembedded-layer = "1" | 28 | LAYERVERSION_openembedded-layer = "1" |
29 | 29 | ||
30 | LAYERDEPENDS_openembedded-layer = "core" | 30 | LAYERDEPENDS_openembedded-layer = "core" |
31 | LAYERDEPENDS_openembedded-layer = "meta-python" | ||
31 | 32 | ||
32 | LAYERSERIES_COMPAT_openembedded-layer = "thud" | 33 | LAYERSERIES_COMPAT_openembedded-layer = "thud" |
33 | 34 | ||