diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml index 71e74e869b..d0dc0b0900 100644 --- a/documentation/ref-manual/ref-classes.xml +++ b/documentation/ref-manual/ref-classes.xml @@ -133,18 +133,23 @@
- The base Class - <filename>base.bbclass</filename> + <filename>base.bbclass</filename> - The base class is special in that every .bb - file inherits it automatically. + The base class is special in that every + .bb file automatically inherits the class. This class contains definitions for standard basic - tasks such as fetching, unpacking, configuring (empty by default), compiling - (runs any Makefile present), installing (empty by default) and packaging - (empty by default). + tasks such as fetching, unpacking, configuring (empty by default), + compiling (runs any Makefile present), installing + (empty by default) and packaging (empty by default). These classes are often overridden or extended by other classes - such as autotools.bbclass or package.bbclass. - The class also contains some commonly used functions such as oe_runmake. + such as the + autotools + class or the + package + class. + The class also contains some commonly used functions such as + oe_runmake.