summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2017-09-13 09:02:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-09-13 17:19:08 +0100
commitf0930f3216a8358759d561d244fa280932e8bf05 (patch)
treef23f0975e2ec55ee56d840b40d3c2205549e0d0b
parentdb298262189c94be700abfdb8c2ad7827b53afca (diff)
downloadbitbake-contrib-f0930f3216a8358759d561d244fa280932e8bf05.tar.gz
bitbake-user-manual: Edits to "inherit" section.
Fixes [YOCTO #12031] Applied minor wording changes based on review feedback. Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
-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>