[oe-commits] Richard Purdie : staging: Drop obsolete comments

git at git.openembedded.org git at git.openembedded.org
Wed Jan 30 14:00:26 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: 44a2374dcfd68c8e158e0c901d75dbd7327652a5
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=44a2374dcfd68c8e158e0c901d75dbd7327652a5

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Tue Jan 22 11:38:19 2013 +0000

staging: Drop obsolete comments

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/classes/staging.bbclass |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index 1a078b4..da90d31 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)





More information about the Openembedded-commits mailing list