summaryrefslogtreecommitdiffstats
path: root/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml')
-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