summaryrefslogtreecommitdiffstats
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:32:16 +0000
commit60662a2117373648a0a41b3556e180f7a7350a47 (patch)
tree3464da324e8cd57835ac2d7c644caef5d40a1ef7 /meta/recipes-core/meta/meta-world-pkgdata.bb
parent48f79758ea1a4a2abac38566e411e8d0a6f66ac5 (diff)
downloadpoky-60662a2117373648a0a41b3556e180f7a7350a47.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. (From OE-Core rev: 4e6ee37e09c60e83c0dfd844ba9cf8a07507f099) 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() {
25 oe.copy_buildsystem.generate_locked_sigs(sigfile, d) 25 oe.copy_buildsystem.generate_locked_sigs(sigfile, d)
26} 26}
27 27
28do_fetch[noexec] = "1" 28deltask do_fetch
29do_unpack[noexec] = "1" 29deltask do_unpack
30do_patch[noexec] = "1" 30deltask do_patch
31do_configure[noexec] = "1" 31deltask do_configure
32do_compile[noexec] = "1" 32deltask do_compile
33do_install[noexec] = "1" 33deltask do_install
34 34
35do_prepare_recipe_sysroot[deptask] = "" 35do_prepare_recipe_sysroot[deptask] = ""
36 36