]> code.ossystems Code Review - openembedded-core.git/commit
disutils*.bbclasses: move to meta-python
authorTim Orling <ticotimo@gmail.com>
Fri, 25 Feb 2022 05:30:50 +0000 (21:30 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 25 Feb 2022 15:06:46 +0000 (15:06 +0000)
commit782ce913b3611da8571a758c821b1491493eabec
treefd558e0574ae7312bfdd97bb517de3dc4d2cab78
parent327c6272e31a2862c21e1c06ccf779eb1aefab14
disutils*.bbclasses: move to meta-python

distutils has been deprecated in Python 3.10 and will be removed in
Python 3.12 (predicted release date October 2023). For now, move these
classes from oe-core to meta-python to allow users to migrate.

[YOCTO #14610]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/distutils-common-base.bbclass [deleted file]
meta/classes/distutils3-base.bbclass [deleted file]
meta/classes/distutils3.bbclass [deleted file]