summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/selftest/buildoptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'meta/lib/oeqa/selftest/buildoptions.py')
-rw-r--r--meta/lib/oeqa/selftest/buildoptions.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/lib/oeqa/selftest/buildoptions.py b/meta/lib/oeqa/selftest/buildoptions.py
index 4d0192115b..86e4836b83 100644
--- a/meta/lib/oeqa/selftest/buildoptions.py
+++ b/meta/lib/oeqa/selftest/buildoptions.py
@@ -89,8 +89,9 @@ class SanityOptionsTest(oeSelfTest):
89 def test_options_warnqa_errorqa_switch(self): 89 def test_options_warnqa_errorqa_switch(self):
90 bitbake("xcursor-transparent-theme -ccleansstate") 90 bitbake("xcursor-transparent-theme -ccleansstate")
91 91
92 self.write_config("INHERIT_remove = \"report-error\"")
92 if "packages-list" not in get_bb_var("ERROR_QA"): 93 if "packages-list" not in get_bb_var("ERROR_QA"):
93 self.write_config("ERROR_QA_append = \" packages-list\"") 94 self.append_config("ERROR_QA_append = \" packages-list\"")
94 95
95 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"') 96 self.write_recipeinc('xcursor-transparent-theme', 'PACKAGES += \"${PN}-dbg\"')
96 res = bitbake("xcursor-transparent-theme", ignore_status=True) 97 res = bitbake("xcursor-transparent-theme", ignore_status=True)