diff options
author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-13 12:19:43 -0500 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2022-01-13 12:20:25 -0500 |
commit | 1ef60507d1cc6a836280bfb6f62a0b0da3d6b8f9 (patch) | |
tree | 828c177c445949f8d5bb84411c1d7c485910c368 | |
parent | 88d6fa982a69cdb0ef291b21e47a2a15e7cb5e35 (diff) | |
download | meta-virtualization-1ef60507d1cc6a836280bfb6f62a0b0da3d6b8f9.tar.gz |
python3-dtc: drop distutils3 usage
distutils is depreciated, so we switch to setuptools3-base to avoid
the OE core warning.
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r-- | recipes-kernel/dtc/python3-dtc_1.6.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-kernel/dtc/python3-dtc_1.6.1.bb b/recipes-kernel/dtc/python3-dtc_1.6.1.bb index d7d45a41..e9b84999 100644 --- a/recipes-kernel/dtc/python3-dtc_1.6.1.bb +++ b/recipes-kernel/dtc/python3-dtc_1.6.1.bb | |||
@@ -17,7 +17,7 @@ SRCREV = "ecaeb97fec013973360e94888a7de645f084345c" | |||
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||
20 | inherit distutils3 | 20 | inherit setuptools3-base pkgconfig |
21 | 21 | ||
22 | DISTUTILS_SETUP_PATH = "${S}/pylibfdt" | 22 | DISTUTILS_SETUP_PATH = "${S}/pylibfdt" |
23 | 23 | ||