summaryrefslogtreecommitdiffstats
path: root/meta/classes/python3native.bbclass
diff options
context:
space:
mode:
authorTim Orling <ticotimo@gmail.com>2022-01-11 11:01:30 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-01-12 21:05:28 +0000
commit4f196b26d80305366d06ad51f44dd26ce81bea16 (patch)
treea4b34ab8f1beb19f561b6e056d9b9d470bb6b845 /meta/classes/python3native.bbclass
parent93e9b006007ef1afc79c45b48fd92c9e384ff6cb (diff)
downloadopenembedded-core-4f196b26d80305366d06ad51f44dd26ce81bea16.tar.gz
python3native.bbclass: distutils -> sysconfig
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>
Diffstat (limited to 'meta/classes/python3native.bbclass')
-rw-r--r--meta/classes/python3native.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/classes/python3native.bbclass b/meta/classes/python3native.bbclass
index 13fbaa5f9c..3783c0c47e 100644
--- a/meta/classes/python3native.bbclass
+++ b/meta/classes/python3native.bbclass
@@ -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