diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.2.bb')
-rw-r--r-- | meta/recipes-devtools/python/python3_3.8.2.bb | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.2.bb b/meta/recipes-devtools/python/python3_3.8.2.bb index a4a16fd495..0474f07214 100644 --- a/meta/recipes-devtools/python/python3_3.8.2.bb +++ b/meta/recipes-devtools/python/python3_3.8.2.bb | |||
@@ -311,8 +311,8 @@ do_create_manifest[depends] += "${PN}:do_patch" | |||
311 | 311 | ||
312 | # manual dependency additions | 312 | # manual dependency additions |
313 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" | 313 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" |
314 | RRECOMMENDS_${PN}-crypt_append_class-target = " openssl ca-certificates" | 314 | RRECOMMENDS_${PN}-crypt_append_class-target = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" |
315 | RRECOMMENDS_${PN}-crypt_append_class-nativesdk = " openssl ca-certificates" | 315 | RRECOMMENDS_${PN}-crypt_append_class-nativesdk = " ${MLPREFIX}openssl ${MLPREFIX}ca-certificates" |
316 | 316 | ||
317 | # For historical reasons PN is empty and provided by python3-modules | 317 | # For historical reasons PN is empty and provided by python3-modules |
318 | FILES_${PN} = "" | 318 | FILES_${PN} = "" |
@@ -322,7 +322,7 @@ FILES_${PN}-pydoc += "${bindir}/pydoc${PYTHON_MAJMIN} ${bindir}/pydoc3" | |||
322 | FILES_${PN}-idle += "${bindir}/idle3 ${bindir}/idle${PYTHON_MAJMIN}" | 322 | FILES_${PN}-idle += "${bindir}/idle3 ${bindir}/idle${PYTHON_MAJMIN}" |
323 | 323 | ||
324 | # provide python-pyvenv from python3-venv | 324 | # provide python-pyvenv from python3-venv |
325 | RPROVIDES_${PN}-venv += "python3-pyvenv" | 325 | RPROVIDES_${PN}-venv += "${MLPREFIX}python3-pyvenv" |
326 | 326 | ||
327 | # package libpython3 | 327 | # package libpython3 |
328 | PACKAGES =+ "libpython3 libpython3-staticdev" | 328 | PACKAGES =+ "libpython3 libpython3-staticdev" |
@@ -333,8 +333,8 @@ INSANE_SKIP_${PN}-dev += "dev-elf" | |||
333 | # catch all the rest (unsorted) | 333 | # catch all the rest (unsorted) |
334 | PACKAGES += "${PN}-misc" | 334 | PACKAGES += "${PN}-misc" |
335 | RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio" | 335 | RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio" |
336 | RDEPENDS_${PN}-modules_append_class-target = " python3-misc" | 336 | RDEPENDS_${PN}-modules_append_class-target = " ${MLPREFIX}python3-misc" |
337 | RDEPENDS_${PN}-modules_append_class-nativesdk = " python3-misc" | 337 | RDEPENDS_${PN}-modules_append_class-nativesdk = " ${MLPREFIX}python3-misc" |
338 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" | 338 | FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" |
339 | 339 | ||
340 | # catch manpage | 340 | # catch manpage |
@@ -348,5 +348,5 @@ RDEPENDS_${PN}-ptest_append_libc-glibc = " locale-base-tr-tr.iso-8859-9" | |||
348 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" | 348 | RDEPENDS_${PN}-tkinter += "${@bb.utils.contains('PACKAGECONFIG', 'tk', 'tk tk-lib', '', d)}" |
349 | RDEPENDS_${PN}-dev = "" | 349 | RDEPENDS_${PN}-dev = "" |
350 | 350 | ||
351 | RDEPENDS_${PN}-tests_append_class-target = " bash" | 351 | RDEPENDS_${PN}-tests_append_class-target = " ${MLPREFIX}bash" |
352 | RDEPENDS_${PN}-tests_append_class-nativesdk = " bash" | 352 | RDEPENDS_${PN}-tests_append_class-nativesdk = " ${MLPREFIX}bash" |