summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3_3.8.3.bb10
1 files changed, 9 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.3.bb b/meta/recipes-devtools/python/python3_3.8.3.bb
index 4367923b55..2e6ec7d862 100644
--- a/meta/recipes-devtools/python/python3_3.8.3.bb
+++ b/meta/recipes-devtools/python/python3_3.8.3.bb
@@ -331,7 +331,15 @@ INSANE_SKIP_${PN}-dev += "dev-elf"
331 331
332# catch all the rest (unsorted) 332# catch all the rest (unsorted)
333PACKAGES += "${PN}-misc" 333PACKAGES += "${PN}-misc"
334RDEPENDS_${PN}-misc += "python3-core python3-email python3-codecs python3-pydoc python3-pickle python3-audio" 334RDEPENDS_${PN}-misc += "\
335 ${PN}-core \
336 ${PN}-email \
337 ${PN}-codecs \
338 ${PN}-pydoc \
339 ${PN}-pickle \
340 ${PN}-audio \
341 ${PN}-numbers \
342"
335RDEPENDS_${PN}-modules_append_class-target = " ${MLPREFIX}python3-misc" 343RDEPENDS_${PN}-modules_append_class-target = " ${MLPREFIX}python3-misc"
336RDEPENDS_${PN}-modules_append_class-nativesdk = " ${MLPREFIX}python3-misc" 344RDEPENDS_${PN}-modules_append_class-nativesdk = " ${MLPREFIX}python3-misc"
337FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload" 345FILES_${PN}-misc = "${libdir}/python${PYTHON_MAJMIN} ${libdir}/python${PYTHON_MAJMIN}/lib-dynload"