diff options
Diffstat (limited to 'meta/recipes-devtools/python/python3_3.9.1.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3_3.9.1.bb | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/meta/recipes-devtools/python/python3_3.9.1.bb b/meta/recipes-devtools/python/python3_3.9.1.bb index a2dc572672..bdeddc4e68 100644 --- a/meta/recipes-devtools/python/python3_3.9.1.bb +++ b/meta/recipes-devtools/python/python3_3.9.1.bb | |||
| @@ -315,11 +315,8 @@ do_create_manifest() { | |||
| 315 | } | 315 | } |
| 316 | 316 | ||
| 317 | # bitbake python -c create_manifest | 317 | # bitbake python -c create_manifest |
| 318 | addtask do_create_manifest | ||
| 319 | |||
| 320 | # Make sure we have native python ready when we create a new manifest | 318 | # Make sure we have native python ready when we create a new manifest |
| 321 | do_create_manifest[depends] += "${PN}:do_prepare_recipe_sysroot" | 319 | addtask do_create_manifest after do_patch do_prepare_recipe_sysroot |
| 322 | do_create_manifest[depends] += "${PN}:do_patch" | ||
| 323 | 320 | ||
| 324 | # manual dependency additions | 321 | # manual dependency additions |
| 325 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" | 322 | RRECOMMENDS_${PN}-core_append_class-nativesdk = " nativesdk-python3-modules" |
