diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-04-04 10:01:22 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-04-08 14:20:14 +0100 |
commit | 0ff499a627df4197765d2f5124e7700bf2e8e8ea (patch) | |
tree | 5362b115bec3c290cf2f4e886879f3c09740016c | |
parent | 757344c972a31f2060aefd15c04e7105a2df4329 (diff) | |
download | poky-0ff499a627df4197765d2f5124e7700bf2e8e8ea.tar.gz |
ref-manual: Edits to the copyleft_compliance class.
I updated the referencing to adjust to the emergence of the
archiver.bbclass and disappearance of the archive* classes.
(From yocto-docs rev: 903e9b7c534e65e1be3eb0dc57378e120c7a0e3e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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> |