[yocto] [PATCH 1/2] ref-manual: Fix mistake in base class description.

Vasyl Vavrychuk vvavrychuk at gmail.com
Wed Mar 27 13:33:27 PDT 2019


Clearly, previous sentense speaks about definitions in classes which
can be overrided or extended in other classes.

Signed-off-by: Vasyl Vavrychuk <vvavrychuk at gmail.com>
---
 documentation/ref-manual/ref-classes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/ref-manual/ref-classes.xml b/documentation/ref-manual/ref-classes.xml
index d602851c54..22659821bc 100644
--- a/documentation/ref-manual/ref-classes.xml
+++ b/documentation/ref-manual/ref-classes.xml
@@ -190,7 +190,7 @@
         tasks such as fetching, unpacking, configuring (empty by default),
         compiling (runs any <filename>Makefile</filename> present), installing
         (empty by default) and packaging (empty by default).
-        These classes are often overridden or extended by other classes
+        These definitions are often overridden or extended by other classes
         such as the
         <link linkend='ref-classes-autotools'><filename>autotools</filename></link>
         class or the
-- 
2.20.1



More information about the yocto mailing list