summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrodata.bbclass
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-02 12:27:46 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-07-04 14:48:13 +0100
commit5c581b2610cb84362c00ee32754a87acfd15a64d (patch)
treed9bacdd6b88fb5f3ba2384d0c56181a5bdfe231c /meta/classes/distrodata.bbclass
parent024d587555195f8d26666e9d8659aec0a5d03796 (diff)
downloadpoky-5c581b2610cb84362c00ee32754a87acfd15a64d.tar.gz
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>
Diffstat (limited to 'meta/classes/distrodata.bbclass')
-rw-r--r--meta/classes/distrodata.bbclass8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/classes/distrodata.bbclass b/meta/classes/distrodata.bbclass
index 5b10eac8b5..7b212c9452 100644
--- a/meta/classes/distrodata.bbclass
+++ b/meta/classes/distrodata.bbclass
@@ -177,7 +177,7 @@ python do_distrodata() {
177} 177}
178 178
179addtask distrodataall after do_distrodata 179addtask distrodataall after do_distrodata
180do_distrodataall[recrdeptask] = "do_distrodata" 180do_distrodataall[recrdeptask] = "do_distrodataall do_distrodata"
181do_distrodataall[nostamp] = "1" 181do_distrodataall[nostamp] = "1"
182do_distrodataall() { 182do_distrodataall() {
183 : 183 :
@@ -634,7 +634,7 @@ python do_checkpkg() {
634} 634}
635 635
636addtask checkpkgall after do_checkpkg 636addtask checkpkgall after do_checkpkg
637do_checkpkgall[recrdeptask] = "do_checkpkg" 637do_checkpkgall[recrdeptask] = "do_checkpkgall do_checkpkg"
638do_checkpkgall[nostamp] = "1" 638do_checkpkgall[nostamp] = "1"
639do_checkpkgall() { 639do_checkpkgall() {
640 : 640 :
@@ -677,7 +677,7 @@ python do_distro_check() {
677} 677}
678 678
679addtask distro_checkall after do_distro_check 679addtask distro_checkall after do_distro_check
680do_distro_checkall[recrdeptask] = "do_distro_check" 680do_distro_checkall[recrdeptask] = "do_distro_checkall do_distro_check"
681do_distro_checkall[nostamp] = "1" 681do_distro_checkall[nostamp] = "1"
682do_distro_checkall() { 682do_distro_checkall() {
683 : 683 :
@@ -727,7 +727,7 @@ python do_checklicense() {
727} 727}
728 728
729addtask checklicenseall after do_checklicense 729addtask checklicenseall after do_checklicense
730do_checklicenseall[recrdeptask] = "do_checklicense" 730do_checklicenseall[recrdeptask] = "do_checklicenseall do_checklicense"
731do_checklicenseall[nostamp] = "1" 731do_checklicenseall[nostamp] = "1"
732do_checklicenseall() { 732do_checklicenseall() {
733 : 733 :