aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/bitbake-user-manual/bitbake-user-manual-metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index b2595c93f..b37da10a9 100644
--- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -924,12 +924,12 @@
after the "inherit" statement.
</note>
If you want to use the directive to inherit
- multiple classes, you can separate the classes with spaces.
+ multiple classes, separate them with spaces.
The following example shows how to inherit both the
- <filename>autotools</filename> and <filename>pkgconfig</filename>
+ <filename>buildhistory</filename> and <filename>rm_work</filename>
classes:
<literallayout class='monospaced'>
- inherit autotools pkgconfig
+ inherit buildhistory rm_work
</literallayout>
</para>