diff options
Diffstat (limited to 'documentation/ref-manual/ref-classes.xml')
-rw-r--r-- | documentation/ref-manual/ref-classes.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 3f387a3e1a..71df79fa62 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
@@ -714,7 +714,9 @@ | |||
714 | provides for automatic checking for upstream recipe updates. | 714 | provides for automatic checking for upstream recipe updates. |
715 | The class creates a comma-separated value (CSV) spreadsheet that | 715 | The class creates a comma-separated value (CSV) spreadsheet that |
716 | contains information about the recipes. | 716 | contains information about the recipes. |
717 | The information provides the <filename>do_distrodata</filename> and | 717 | The information provides the |
718 | <link linkend='ref-tasks-distrodata'><filename>do_distrodata</filename></link> | ||
719 | and | ||
718 | <filename>do_distro_check</filename> tasks, which do upstream checking | 720 | <filename>do_distro_check</filename> tasks, which do upstream checking |
719 | and also verify if a package is used in multiple major distributions. | 721 | and also verify if a package is used in multiple major distributions. |
720 | </para> | 722 | </para> |
@@ -728,6 +730,13 @@ | |||
728 | INHERIT+= "distrodata" | 730 | INHERIT+= "distrodata" |
729 | </literallayout> | 731 | </literallayout> |
730 | </para> | 732 | </para> |
733 | |||
734 | <para> | ||
735 | The <filename>distrodata</filename> class also provides the | ||
736 | <link linkend='ref-tasks-checkpkg'><filename>do_checkpkg</filename></link> | ||
737 | task, which can be used against a simple recipe or against an | ||
738 | image to get all its recipe information. | ||
739 | </para> | ||
731 | </section> | 740 | </section> |
732 | 741 | ||
733 | <section id='ref-classes-distutils'> | 742 | <section id='ref-classes-distutils'> |