summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2022-01-13 12:19:43 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2022-01-13 12:20:25 -0500
commit1ef60507d1cc6a836280bfb6f62a0b0da3d6b8f9 (patch)
tree828c177c445949f8d5bb84411c1d7c485910c368 /recipes-kernel
parent88d6fa982a69cdb0ef291b21e47a2a15e7cb5e35 (diff)
downloadmeta-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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/dtc/python3-dtc_1.6.1.bb2
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
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20inherit distutils3 20inherit setuptools3-base pkgconfig
21 21
22DISTUTILS_SETUP_PATH = "${S}/pylibfdt" 22DISTUTILS_SETUP_PATH = "${S}/pylibfdt"
23 23