summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/classes/staging.bbclass13
1 files changed, 0 insertions, 13 deletions
diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 93d39c3335..f7a1707933 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -173,19 +173,6 @@ addtask populate_sysroot after do_install
173SYSROOT_PREPROCESS_FUNCS ?= "" 173SYSROOT_PREPROCESS_FUNCS ?= ""
174SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir" 174SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir"
175 175
176BB_SETSCENE_VERIFY_FUNCTION2 = "sysroot_checkhashes2"
177
178def sysroot_checkhashes2(covered, tasknames, fns, d, invalidtasks):
179 problems = set()
180 configurefns = set()
181 for tid in invalidtasks:
182 if tasknames[tid] == "do_configure" and tid not in covered:
183 configurefns.add(fns[tid])
184 for tid in covered:
185 if tasknames[tid] == "do_populate_sysroot" and fns[tid] in configurefns:
186 problems.add(tid)
187 return problems
188
189python do_populate_sysroot () { 176python do_populate_sysroot () {
190 bb.build.exec_func("sysroot_stage_all", d) 177 bb.build.exec_func("sysroot_stage_all", d)
191 bb.build.exec_func("sysroot_strip", d) 178 bb.build.exec_func("sysroot_strip", d)