From 5c581b2610cb84362c00ee32754a87acfd15a64d Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 2 Jul 2012 12:27:46 +0000 Subject: meta/classes: Update recrdeptask fields for recursive dependency handling changes in bitbake This also deletes the buildall task since I seen usecases for it. (From OE-Core rev: 8229fb5d7205f5e5b198ab2860fbcc02054476eb) Signed-off-by: Richard Purdie --- meta/classes/utility-tasks.bbclass | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) (limited to 'meta/classes/utility-tasks.bbclass') diff --git a/meta/classes/utility-tasks.bbclass b/meta/classes/utility-tasks.bbclass index cbb000a1e3..6c2232ec57 100644 --- a/meta/classes/utility-tasks.bbclass +++ b/meta/classes/utility-tasks.bbclass @@ -46,20 +46,14 @@ python do_checkuri() { } addtask checkuriall after do_checkuri -do_checkuriall[recrdeptask] = "do_checkuri" +do_checkuriall[recrdeptask] = "do_checkuriall do_checkuri" do_checkuriall[nostamp] = "1" do_checkuriall() { : } addtask fetchall after do_fetch -do_fetchall[recrdeptask] = "do_fetch" +do_fetchall[recrdeptask] = "do_fetchall do_fetch" do_fetchall() { : } - -addtask buildall after do_build -do_buildall[recrdeptask] = "do_build" -do_buildall() { - : -} -- cgit v1.2.3-54-g00ecf