[oe-commits] [openembedded-core] 05/06: oeqa/selftest/sstatetests: fix no-op sstate test

git at git.openembedded.org git at git.openembedded.org
Thu Apr 14 13:39:09 UTC 2016


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

commit 5371ee2c5ccf4346b5586b24a3ad47aa22fdc21b
Author: Ross Burton <ross.burton at intel.com>
AuthorDate: Thu Apr 14 14:31:36 2016 +0100

    oeqa/selftest/sstatetests: fix no-op sstate test
    
    The test to verify that certain classes when inherited were no-ops only passed
    if the build already inherited buildhistory.
    
    To ensure that the test works as expected, use INHERITS_remove to ensure that
    the classes are not inherited in the base run.
    
    Signed-off-by: Ross Burton <ross.burton at intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/lib/oeqa/selftest/sstatetests.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/lib/oeqa/selftest/sstatetests.py b/meta/lib/oeqa/selftest/sstatetests.py
index d41b1d3..acaf405 100644
--- a/meta/lib/oeqa/selftest/sstatetests.py
+++ b/meta/lib/oeqa/selftest/sstatetests.py
@@ -411,6 +411,7 @@ PARALLEL_MAKE = "-j 1"
 DL_DIR = "${TOPDIR}/download1"
 TIME = "111111"
 DATE = "20161111"
+INHERIT_remove = "buildstats-summary buildhistory"
 """)
         self.track_for_cleanup(topdir + "/tmp-sstatesamehash")
         bitbake("world meta-toolchain -S none")

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


More information about the Openembedded-commits mailing list