From dc62837cac8159141ee642b96d4f113c06083893 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 9 Feb 2018 11:51:18 +0000 Subject: distrodata: remove redudant *all tasks now that --runall works correctly (From OE-Core rev: 120dc59ad4a9ca232176c8a09bb3e43a9d1e24ac) Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/classes/distrodata.bbclass | 31 ------------------------------- 1 file changed, 31 deletions(-) (limited to 'meta/classes/distrodata.bbclass') diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass index b0f4ecea09..59ee8cea66 100644 --- a/meta/classes/distrodata.bbclass +++ b/meta/classes/distrodata.bbclass @@ -188,14 +188,6 @@ python do_distrodata() { } do_distrodata[vardepsexclude] = "DATETIME" -addtask distrodataall after do_distrodata -do_distrodataall[recrdeptask] = "do_distrodataall do_distrodata" -do_distrodataall[recideptask] = "do_${BB_DEFAULT_TASK}" -do_distrodataall[nostamp] = "1" -do_distrodataall() { - : -} - addhandler checkpkg_eventhandler checkpkg_eventhandler[eventmask] = "bb.event.BuildStarted bb.event.BuildCompleted" python checkpkg_eventhandler() { @@ -354,14 +346,6 @@ python do_checkpkg() { bb.utils.unlockfile(lf) } -addtask checkpkgall after do_checkpkg -do_checkpkgall[recrdeptask] = "do_checkpkgall do_checkpkg" -do_checkpkgall[recideptask] = "do_${BB_DEFAULT_TASK}" -do_checkpkgall[nostamp] = "1" -do_checkpkgall() { - : -} - addhandler distro_check_eventhandler distro_check_eventhandler[eventmask] = "bb.event.BuildStarted" python distro_check_eventhandler() { @@ -397,13 +381,6 @@ python do_distro_check() { dc.save_distro_check_result(result, datetime, result_file, d) } -addtask distro_checkall after do_distro_check -do_distro_checkall[recrdeptask] = "do_distro_checkall do_distro_check" -do_distro_checkall[recideptask] = "do_${BB_DEFAULT_TASK}" -do_distro_checkall[nostamp] = "1" -do_distro_checkall() { - : -} # #Check Missing License Text. #Use this task to generate the missing license text data for pkg-report system, @@ -448,11 +425,3 @@ python do_checklicense() { bb.utils.unlockfile(lf) return } - -addtask checklicenseall after do_checklicense -do_checklicenseall[recrdeptask] = "do_checklicenseall do_checklicense" -do_checklicenseall[recideptask] = "do_${BB_DEFAULT_TASK}" -do_checklicenseall[nostamp] = "1" -do_checklicenseall() { - : -} -- cgit v1.2.3-54-g00ecf