From a85601aae19edf8db729a9d18ef1672fc6e95e98 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Wed, 1 May 2019 23:06:53 +0100 Subject: bitbake: build: Disable warning about dependent tasks for now This breaks with rm_work so disable the warning until we find a better solution (and change the test accordingly too). (Bitbake rev: 93e94c06baf013e3d072465a55bddd1fe61c0772) Signed-off-by: Richard Purdie --- bitbake/lib/bb/tests/parse.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bitbake/lib/bb/tests') diff --git a/bitbake/lib/bb/tests/parse.py b/bitbake/lib/bb/tests/parse.py index aa7adc40f2..747fc35fc2 100644 --- a/bitbake/lib/bb/tests/parse.py +++ b/bitbake/lib/bb/tests/parse.py @@ -203,5 +203,5 @@ deltask do_fetch do_patch self.assertTrue("addtask contained multiple 'after' keywords" in stdout) self.assertTrue('addtask ignored: " do_patch"' in stdout) self.assertTrue('deltask ignored: " do_patch"' in stdout) - self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout) + #self.assertTrue('dependent task do_foo for do_patch does not exist' in stdout) -- cgit v1.2.3-54-g00ecf