From 0ff499a627df4197765d2f5124e7700bf2e8e8ea Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Fri, 4 Apr 2014 10:01:22 -0700 Subject: 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 Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-classes.xml | 19 ++++++++++--------- 1 file 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 @@ The copyleft_compliance class preserves source code for the purposes of license compliance. - This class is an alternative to the archive* - classes and is still used by some users even though it has been + This class is an alternative to the archiver + class and is still used by some users even though it has been deprecated in favor of the - archive* - classes. + archiver + class. @@ -637,7 +637,7 @@ The distutils class supports recipes for Python - extensions, which are simple. + version 2.x extensions, which are simple. These recipes usually only need to point to the source's archive and then inherit the proper class. Building is split into two methods depending on which method the @@ -647,8 +647,8 @@ require Autotools and distutils-based classes in their recipes. - Extensions that use - distutils-based build systems require + Extensions that use build systems based on + distutils require the distutils class in their recipes. Extensions that use build systems based on @@ -2679,8 +2679,9 @@ <filename>setuptools.bbclass</filename> - The setuptools class supports Python extensions - that use setuptools-based build systems. + The setuptools class supports Python + version 2.x extensions that use build systems based on + setuptools. If your recipe uses these build systems, the recipe needs to inherit the setuptools class. -- cgit v1.2.3-54-g00ecf