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