summaryrefslogtreecommitdiffstats
path: root/bitbake
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:15 +0100
commitd4ac657f8aa3c7dc4022df3dc3fc8499cffd03b9 (patch)
tree42c86d475f223724dd7f71583b8167b3b296f635 /bitbake
parente7f817b56d166b20a0611c0958a904d3354e9ea0 (diff)
downloadpoky-d4ac657f8aa3c7dc4022df3dc3fc8499cffd03b9.tar.gz
bitbake: bitbake-user-manual: Edits to "inherit" section.
Fixes [YOCTO #12031] Applied minor wording changes based on review feedback. (Bitbake rev: f0930f3216a8358759d561d244fa280932e8bf05) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake')
-rw-r--r--bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
index b2595c93f5..b37da10a90 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
@@ -924,12 +924,12 @@
924 after the "inherit" statement. 924 after the "inherit" statement.
925 </note> 925 </note>
926 If you want to use the directive to inherit 926 If you want to use the directive to inherit
927 multiple classes, you can separate the classes with spaces. 927 multiple classes, separate them with spaces.
928 The following example shows how to inherit both the 928 The following example shows how to inherit both the
929 <filename>autotools</filename> and <filename>pkgconfig</filename> 929 <filename>buildhistory</filename> and <filename>rm_work</filename>
930 classes: 930 classes:
931 <literallayout class='monospaced'> 931 <literallayout class='monospaced'>
932 inherit autotools pkgconfig 932 inherit buildhistory rm_work
933 </literallayout> 933 </literallayout>
934 </para> 934 </para>
935 935