summaryrefslogtreecommitdiffstats
path: root/meta/classes/distrodata.bbclass
diff options
context:
space:
mode:
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 :