diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.8.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.1.bb b/meta/recipes-devtools/python/python3_3.8.1.bb index a71c207d9f..981b52e169 100644 --- a/meta/recipes-devtools/python/python3_3.8.1.bb +++ b/meta/recipes-devtools/python/python3_3.8.1.bb | |||
| @@ -29,6 +29,7 @@ SRC_URI = "http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.xz \ | |||
| 29 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ | 29 | file://0017-setup.py-do-not-report-missing-dependencies-for-disa.patch \ |
| 30 | file://0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ | 30 | file://0001-setup.py-pass-missing-libraries-to-Extension-for-mul.patch \ |
| 31 | file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ | 31 | file://0001-Makefile-do-not-compile-.pyc-in-parallel.patch \ |
| 32 | file://0001-configure.ac-fix-LIBPL.patch \ | ||
| 32 | " | 33 | " |
| 33 | 34 | ||
| 34 | SRC_URI_append_class-native = " \ | 35 | SRC_URI_append_class-native = " \ |
| @@ -174,7 +175,7 @@ py_package_preprocess () { | |||
| 174 | -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ | 175 | -e 's:${RECIPE_SYSROOT_NATIVE}::g' \ |
| 175 | -e 's:${RECIPE_SYSROOT}::g' \ | 176 | -e 's:${RECIPE_SYSROOT}::g' \ |
| 176 | -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \ | 177 | -e 's:${BASE_WORKDIR}/${MULTIMACH_TARGET_SYS}::g' \ |
| 177 | ${PKGD}/${prefix}/lib/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}${PYTHON_ABI}*/Makefile \ | 178 | ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}${PYTHON_ABI}*/Makefile \ |
| 178 | ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata*.py \ | 179 | ${PKGD}/${libdir}/python${PYTHON_MAJMIN}/_sysconfigdata*.py \ |
| 179 | ${PKGD}/${bindir}/python${PYTHON_MAJMIN}-config | 180 | ${PKGD}/${bindir}/python${PYTHON_MAJMIN}-config |
| 180 | 181 | ||
| @@ -322,7 +323,7 @@ RPROVIDES_${PN}-venv += "python3-pyvenv" | |||
| 322 | # package libpython3 | 323 | # package libpython3 |
| 323 | PACKAGES =+ "libpython3 libpython3-staticdev" | 324 | PACKAGES =+ "libpython3 libpython3-staticdev" |
| 324 | FILES_libpython3 = "${libdir}/libpython*.so.*" | 325 | FILES_libpython3 = "${libdir}/libpython*.so.*" |
| 325 | FILES_libpython3-staticdev += "${prefix}/lib/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" | 326 | FILES_libpython3-staticdev += "${libdir}/python${PYTHON_MAJMIN}/config-${PYTHON_MAJMIN}-*/libpython${PYTHON_MAJMIN}.a" |
| 326 | INSANE_SKIP_${PN}-dev += "dev-elf" | 327 | INSANE_SKIP_${PN}-dev += "dev-elf" |
| 327 | 328 | ||
| 328 | # catch all the rest (unsorted) | 329 | # catch all the rest (unsorted) |
