diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index b533ee9d3b..c9fedb20bb 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -1701,6 +1701,17 @@ +
+ <filename>setuptools.bbclass</filename> + + + The setuptools class supports extensions that use + setuptools-based build systems. + If your recipe uses these build systems, the recipe needs to + inherit the setuptools class. + +
+
Python Extensions - <filename>distutils.bbclass</filename> @@ -1712,12 +1723,16 @@ Extensions that use an Autotools-based build system require Autotools and - distutils-based - .bbclasse files in their recipes. + distutils-based classes in their recipes. Extensions that use distutils-based build systems require - distutils.bbclass in their recipes. + the distutils class in their recipes. + + Extensions that use the setuptools-based build + systems require the + setuptools + class in their recipes.