All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-cgl][PATCH] meta-cgl-common: depend on meta-python2 layer
@ 2020-09-23  8:01 Chen Qi
  2020-09-23 15:58 ` [yocto] " Randy MacLeod
  0 siblings, 1 reply; 4+ messages in thread
From: Chen Qi @ 2020-09-23  8:01 UTC (permalink / raw)
  To: yocto

It requires meta-python2 to be there at the moment.
More specifically, the crmsh recipe needs python-setuptools-native.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 meta-cgl-common/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-cgl-common/conf/layer.conf b/meta-cgl-common/conf/layer.conf
index 6035b4b..6b689ea 100644
--- a/meta-cgl-common/conf/layer.conf
+++ b/meta-cgl-common/conf/layer.conf
@@ -9,7 +9,7 @@ BBFILE_COLLECTIONS += "cgl-common"
 BBFILE_PATTERN_cgl-common = "^${LAYERDIR}/"
 BBFILE_PRIORITY_cgl-common = "7"
 
-LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security selinux"
+LAYERDEPENDS_cgl-common = "core openembedded-layer networking-layer perl-layer filesystems-layer security selinux meta-python2"
 
 LAYERSERIES_COMPAT_cgl-common = "warrior zeus dunfell"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread
[parent not found: <16375ADE52FE3495.15058@lists.yoctoproject.org>]

end of thread, other threads:[~2020-09-24  2:47 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-23  8:01 [meta-cgl][PATCH] meta-cgl-common: depend on meta-python2 layer Chen Qi
2020-09-23 15:58 ` [yocto] " Randy MacLeod
2020-09-24  2:51   ` Chen Qi
     [not found] <16375ADE52FE3495.15058@lists.yoctoproject.org>
2020-09-24  2:52 ` Chen Qi

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.