[oe-commits] [openembedded-core] 09/12: staging: Drop do_configure clean prefunc

git at git.openembedded.org git at git.openembedded.org
Thu Mar 23 17:23:33 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4a76e99c2694a0ebf1f5ce8e208a1aa7715c8590
Author: Richard Purdie <richard.purdie at linuxfoundation.org>
AuthorDate: Thu Mar 23 11:51:08 2017 +0000

    staging: Drop do_configure clean prefunc
    
    With recipe specific sysroots its now pointless to do this, may as well
    save the cpu cycles.
    
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/classes/staging.bbclass | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/meta/classes/staging.bbclass b/meta/classes/staging.bbclass
index df77408..93d39c3 100644
--- a/meta/classes/staging.bbclass
+++ b/meta/classes/staging.bbclass
@@ -173,14 +173,6 @@ addtask populate_sysroot after do_install
 SYSROOT_PREPROCESS_FUNCS ?= ""
 SYSROOT_DESTDIR = "${WORKDIR}/sysroot-destdir"
 
-# We clean out any existing sstate from the sysroot if we rerun configure
-python sysroot_cleansstate () {
-    ss = sstate_state_fromvars(d, "populate_sysroot")
-    sstate_clean(ss, d)
-}
-do_configure[prefuncs] += "sysroot_cleansstate"
-
-
 BB_SETSCENE_VERIFY_FUNCTION2 = "sysroot_checkhashes2"
 
 def sysroot_checkhashes2(covered, tasknames, fns, d, invalidtasks):

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list