]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3native.bbclass: distutils -> sysconfig
authorTim Orling <ticotimo@gmail.com>
Tue, 11 Jan 2022 19:01:30 +0000 (11:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 12 Jan 2022 21:05:28 +0000 (21:05 +0000)
In the comment it says we patch distutils modules, but we now are
patching sysconfig and not using distutils.

[YOCTO #14610]

Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/python3native.bbclass

index 13fbaa5f9c713aee76e60c2b2e8e87fc1de1113b..3783c0c47ebbb283fc819e985ce7e32ba43e7e48 100644 (file)
@@ -4,7 +4,7 @@ PYTHON="${STAGING_BINDIR_NATIVE}/python3-native/python3"
 EXTRANATIVEPATH += "python3-native"
 DEPENDS:append = " python3-native "
 
-# python-config and other scripts are using distutils modules
+# python-config and other scripts are using sysconfig modules
 # which we patch to access these variables
 export STAGING_INCDIR
 export STAGING_LIBDIR