mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02:00
distrodata: remove redudant *all tasks now that --runall works correctly
(From OE-Core rev: 120dc59ad4a9ca232176c8a09bb3e43a9d1e24ac) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
4239d9d2db
commit
dc62837cac
@@ -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() {
|
||||
:
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user