From 34b415842d94dd3f12872758ab8b9cbc4ebdc26a Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Tue, 22 Jan 2013 11:38:19 +0000 Subject: staging: Drop obsolete comments (From OE-Core rev: 44a2374dcfd68c8e158e0c901d75dbd7327652a5) Signed-off-by: Richard Purdie --- meta/classes/staging.bbclass | 9 --------- 1 file changed, 9 deletions(-) (limited to 'meta/classes') 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): return problems python do_populate_sysroot () { - # - # if do_stage exists, we're legacy. In that case run the do_stage, - # modify the SYSROOT_DESTDIR variable and then run the staging preprocess - # functions against staging directly. - # - # Otherwise setup a destdir, copy the results from do_install - # and run the staging preprocess against that - # - bb.build.exec_func("sysroot_stage_all", d) for f in (d.getVar('SYSROOT_PREPROCESS_FUNCS', True) or '').split(): bb.build.exec_func(f, d) -- cgit v1.2.3-54-g00ecf