summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.9.6.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.6.bb b/meta/recipes-devtools/python/python3_3.9.6.bb
index d09943f891..8a638b142b 100644
--- a/meta/recipes-devtools/python/python3_3.9.6.bb
+++ b/meta/recipes-devtools/python/python3_3.9.6.bb
@@ -164,6 +164,7 @@ do_install:append() {
164 for c in ${D}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata*.py; do 164 for c in ${D}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata*.py; do
165 python3 ${WORKDIR}/reformat_sysconfig.py $c 165 python3 ${WORKDIR}/reformat_sysconfig.py $c
166 done 166 done
167 rm ${D}${libdir}/python${PYTHON_MAJMIN}/__pycache__/_sysconfigdata*.cpython*
167 168
168 mkdir -p ${D}${libdir}/python-sysconfigdata 169 mkdir -p ${D}${libdir}/python-sysconfigdata
169 sysconfigfile=`find ${D} -name _sysconfig*.py` 170 sysconfigfile=`find ${D} -name _sysconfig*.py`