diff options
| -rw-r--r-- | documentation/ref-manual/ref-classes.xml | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index beb6e3198d..9d5fae55b4 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml | |||
| @@ -444,11 +444,11 @@ | |||
| 444 | <para> | 444 | <para> |
| 445 | The <filename>copyleft_compliance</filename> class | 445 | The <filename>copyleft_compliance</filename> class |
| 446 | preserves source code for the purposes of license compliance. | 446 | preserves source code for the purposes of license compliance. |
| 447 | This class is an alternative to the <filename>archive*</filename> | 447 | This class is an alternative to the <filename>archiver</filename> |
| 448 | classes and is still used by some users even though it has been | 448 | class and is still used by some users even though it has been |
| 449 | deprecated in favor of the | 449 | deprecated in favor of the |
| 450 | <link linkend='ref-classes-archiver'><filename>archive*</filename></link> | 450 | <link linkend='ref-classes-archiver'><filename>archiver</filename></link> |
| 451 | classes. | 451 | class. |
| 452 | </para> | 452 | </para> |
| 453 | </section> | 453 | </section> |
| 454 | 454 | ||
| @@ -637,7 +637,7 @@ | |||
| 637 | 637 | ||
| 638 | <para> | 638 | <para> |
| 639 | The <filename>distutils</filename> class supports recipes for Python | 639 | The <filename>distutils</filename> class supports recipes for Python |
| 640 | extensions, which are simple. | 640 | version 2.x extensions, which are simple. |
| 641 | These recipes usually only need to point to the source's archive and | 641 | These recipes usually only need to point to the source's archive and |
| 642 | then inherit the proper class. | 642 | then inherit the proper class. |
| 643 | Building is split into two methods depending on which method the | 643 | Building is split into two methods depending on which method the |
| @@ -647,8 +647,8 @@ | |||
| 647 | require Autotools and | 647 | require Autotools and |
| 648 | <filename>distutils</filename>-based classes in their recipes. | 648 | <filename>distutils</filename>-based classes in their recipes. |
| 649 | </para></listitem> | 649 | </para></listitem> |
| 650 | <listitem><para>Extensions that use | 650 | <listitem><para>Extensions that use build systems based on |
| 651 | <filename>distutils</filename>-based build systems require | 651 | <filename>distutils</filename> require |
| 652 | the <filename>distutils</filename> class in their recipes. | 652 | the <filename>distutils</filename> class in their recipes. |
| 653 | </para></listitem> | 653 | </para></listitem> |
| 654 | <listitem><para>Extensions that use build systems based on | 654 | <listitem><para>Extensions that use build systems based on |
| @@ -2679,8 +2679,9 @@ | |||
| 2679 | <title><filename>setuptools.bbclass</filename></title> | 2679 | <title><filename>setuptools.bbclass</filename></title> |
| 2680 | 2680 | ||
| 2681 | <para> | 2681 | <para> |
| 2682 | The <filename>setuptools</filename> class supports Python extensions | 2682 | The <filename>setuptools</filename> class supports Python |
| 2683 | that use setuptools-based build systems. | 2683 | version 2.x extensions that use build systems based on |
| 2684 | <filename>setuptools</filename>. | ||
| 2684 | If your recipe uses these build systems, the recipe needs to | 2685 | If your recipe uses these build systems, the recipe needs to |
| 2685 | inherit the <filename>setuptools</filename> class. | 2686 | inherit the <filename>setuptools</filename> class. |
| 2686 | </para> | 2687 | </para> |
