aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta/meta-world-pkgdata.bb
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-27 12:33:39 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-01-28 23:31:17 +0000
commit4e6ee37e09c60e83c0dfd844ba9cf8a07507f099 (patch)
treee7428a9d12446f7a86fc54bcf76220ba662892e4 /meta/recipes-core/meta/meta-world-pkgdata.bb
parentd97c844f388bd4c52248fe597d5985ef20d5a96d (diff)
downloadopenembedded-core-contrib-4e6ee37e09c60e83c0dfd844ba9cf8a07507f099.tar.gz
image/kernelsrc/packagegroups/recipes: Remove uneeded noexec tasks
We used to have issues removing tasks like do_fetch due to implications for targets like world and universe. These have now been resolved. Removing uneeded tasks has advantages compared to noexec since it means that accidentally left in dependencies are no longer needed/processed (e.g. do_patch depends on quilt-native). This cleans up a number of cases which local analysis highlighted as being unneeded leading to slightly cleaner task graphs. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/meta/meta-world-pkgdata.bb')
-rw-r--r--meta/recipes-core/meta/meta-world-pkgdata.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta/recipes-core/meta/meta-world-pkgdata.bb b/meta/recipes-core/meta/meta-world-pkgdata.bb
index 617f96a33e..02abd8aff6 100644
--- a/meta/recipes-core/meta/meta-world-pkgdata.bb
+++ b/meta/recipes-core/meta/meta-world-pkgdata.bb
@@ -25,12 +25,12 @@ python do_collect_packagedata() {
oe.copy_buildsystem.generate_locked_sigs(sigfile, d)
}
-do_fetch[noexec] = "1"
-do_unpack[noexec] = "1"
-do_patch[noexec] = "1"
-do_configure[noexec] = "1"
-do_compile[noexec] = "1"
-do_install[noexec] = "1"
+deltask do_fetch
+deltask do_unpack
+deltask do_patch
+deltask do_configure
+deltask do_compile
+deltask do_install
do_prepare_recipe_sysroot[deptask] = ""