aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2021-07-20 18:30:51 +0200
committerArmin Kuster <akuster808@gmail.com>2021-07-25 13:36:16 -0700
commitd34d040fdaf199cee2a956b09a448aa8d9aa8fe9 (patch)
treeaf806fd4788c52c7df685cd6f33be5bc3ed92766
parent8bdc78483115e12943f0946c8e863d4a70ef7168 (diff)
downloadmeta-openembedded-contrib-d34d040fdaf199cee2a956b09a448aa8d9aa8fe9.tar.gz
python3-{pyyaml,cython,pyparsing}: move from meta-python to meta-oe
This specific statement in ostree recipe breaks the YP compatible status (yocto-check-layer): RDEPENDS_${PN}-ptest += " \ ... ${@bb.utils.contains('BBFILE_COLLECTIONS', 'meta-python', 'python3-pyyaml', '', d)} \ ... " Recently python3-pyyaml was moved to OE-core (0a8600f9cec0), and the ostree recipe was fixed with: b9ede0cb182a (python3-pyyaml: Do not check for meta-python) In dunfell, moving python3-pyyaml to OE-core is not a great idea, but moving it from meta-python to meta-oe allows us to fix ostree YP compatible issue. Since meta-python depends on meta-oe, it should not be a change with any visible effect. python3-cython and python3-pyparsing are collateral damages since they are dependency for python3-pyyaml, so needed to be moved too. Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-devtools/python/python-cython.inc (renamed from meta-python/recipes-devtools/python/python-cython.inc)0
-rw-r--r--meta-oe/recipes-devtools/python/python3-cython_0.29.14.bb (renamed from meta-python/recipes-devtools/python/python3-cython_0.29.14.bb)0
-rw-r--r--meta-oe/recipes-devtools/python/python3-pyparsing_2.4.6.bb (renamed from meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb)0
-rw-r--r--meta-oe/recipes-devtools/python/python3-pyyaml_5.3.1.bb (renamed from meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb)0
4 files changed, 0 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-cython.inc b/meta-oe/recipes-devtools/python/python-cython.inc
index 3260e92bac..3260e92bac 100644
--- a/meta-python/recipes-devtools/python/python-cython.inc
+++ b/meta-oe/recipes-devtools/python/python-cython.inc
diff --git a/meta-python/recipes-devtools/python/python3-cython_0.29.14.bb b/meta-oe/recipes-devtools/python/python3-cython_0.29.14.bb
index 2ce6bdbd68..2ce6bdbd68 100644
--- a/meta-python/recipes-devtools/python/python3-cython_0.29.14.bb
+++ b/meta-oe/recipes-devtools/python/python3-cython_0.29.14.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb b/meta-oe/recipes-devtools/python/python3-pyparsing_2.4.6.bb
index a6ec1cb9c3..a6ec1cb9c3 100644
--- a/meta-python/recipes-devtools/python/python3-pyparsing_2.4.6.bb
+++ b/meta-oe/recipes-devtools/python/python3-pyparsing_2.4.6.bb
diff --git a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb b/meta-oe/recipes-devtools/python/python3-pyyaml_5.3.1.bb
index 8cf9093041..8cf9093041 100644
--- a/meta-python/recipes-devtools/python/python3-pyyaml_5.3.1.bb
+++ b/meta-oe/recipes-devtools/python/python3-pyyaml_5.3.1.bb