mirror of
https://git.yoctoproject.org/poky
synced 2026-05-05 07:39:49 +02:00
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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -177,7 +177,7 @@ python do_distrodata() {
|
||||
}
|
||||
|
||||
addtask distrodataall after do_distrodata
|
||||
do_distrodataall[recrdeptask] = "do_distrodata"
|
||||
do_distrodataall[recrdeptask] = "do_distrodataall do_distrodata"
|
||||
do_distrodataall[nostamp] = "1"
|
||||
do_distrodataall() {
|
||||
:
|
||||
@@ -634,7 +634,7 @@ python do_checkpkg() {
|
||||
}
|
||||
|
||||
addtask checkpkgall after do_checkpkg
|
||||
do_checkpkgall[recrdeptask] = "do_checkpkg"
|
||||
do_checkpkgall[recrdeptask] = "do_checkpkgall do_checkpkg"
|
||||
do_checkpkgall[nostamp] = "1"
|
||||
do_checkpkgall() {
|
||||
:
|
||||
@@ -677,7 +677,7 @@ python do_distro_check() {
|
||||
}
|
||||
|
||||
addtask distro_checkall after do_distro_check
|
||||
do_distro_checkall[recrdeptask] = "do_distro_check"
|
||||
do_distro_checkall[recrdeptask] = "do_distro_checkall do_distro_check"
|
||||
do_distro_checkall[nostamp] = "1"
|
||||
do_distro_checkall() {
|
||||
:
|
||||
@@ -727,7 +727,7 @@ python do_checklicense() {
|
||||
}
|
||||
|
||||
addtask checklicenseall after do_checklicense
|
||||
do_checklicenseall[recrdeptask] = "do_checklicense"
|
||||
do_checklicenseall[recrdeptask] = "do_checklicenseall do_checklicense"
|
||||
do_checklicenseall[nostamp] = "1"
|
||||
do_checklicenseall() {
|
||||
:
|
||||
|
||||
Reference in New Issue
Block a user