summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/staging.bbclass9
1 files changed, 0 insertions, 9 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 1a078b415b..da90d31678 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -97,15 +97,6 @@ def sysroot_checkhashes(covered, tasknames, fnids, fns, d, invalidtasks = None):
97 return problems 97 return problems
98 98
99python do_populate_sysroot () { 99python do_populate_sysroot () {
100 #
101 # if do_stage exists, we're legacy. In that case run the do_stage,
102 # modify the SYSROOT_DESTDIR variable and then run the staging preprocess
103 # functions against staging directly.
104 #
105 # Otherwise setup a destdir, copy the results from do_install
106 # and run the staging preprocess against that
107 #
108
109 bb.build.exec_func("sysroot_stage_all", d) 100 bb.build.exec_func("sysroot_stage_all", d)
110 for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split(): 101 for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split():
111 bb.build.exec_func(f, d) 102 bb.build.exec_func(f, d)