mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00
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>
This commit is contained in:
parent
88d6fa982a
commit
1ef60507d1
|
@ -17,7 +17,7 @@ SRCREV = "ecaeb97fec013973360e94888a7de645f084345c"
|
||||||
|
|
||||||
S = "${WORKDIR}/git"
|
S = "${WORKDIR}/git"
|
||||||
|
|
||||||
inherit distutils3
|
inherit setuptools3-base pkgconfig
|
||||||
|
|
||||||
DISTUTILS_SETUP_PATH = "${S}/pylibfdt"
|
DISTUTILS_SETUP_PATH = "${S}/pylibfdt"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user