summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3_3.8.5.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.8.5.bb')
-rw-r--r--meta/recipes-devtools/python/python3_3.8.5.bb5
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3_3.8.5.bb b/meta/recipes-devtools/python/python3_3.8.5.bb
index 8c34ae2b40..0e588d7e4c 100644
--- a/meta/recipes-devtools/python/python3_3.8.5.bb
+++ b/meta/recipes-devtools/python/python3_3.8.5.bb
@@ -307,11 +307,8 @@ do_create_manifest() {
307} 307}
308 308
309# bitbake python -c create_manifest 309# bitbake python -c create_manifest
310addtask do_create_manifest
311
312# Make sure we have native python ready when we create a new manifest 310# Make sure we have native python ready when we create a new manifest
313do_create_manifest[depends] += "${PN}:do_prepare_recipe_sysroot" 311addtask do_create_manifest after do_patch do_prepare_recipe_sysroot
314do_create_manifest[depends] += "${PN}:do_patch"
315 312
316# manual dependency additions 313# manual dependency additions
317RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" 314RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules"