[oe-commits] [bitbake] 04/04: bitbake-user-manual: Edits to "inherit" section.

git at git.openembedded.org git at git.openembedded.org
Wed Sep 13 16:20:07 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master
in repository bitbake.

commit f0930f3216a8358759d561d244fa280932e8bf05
Author: Scott Rifenbark <srifenbark at gmail.com>
AuthorDate: Wed Sep 13 09:02:02 2017 -0700

    bitbake-user-manual: Edits to "inherit" section.
    
    Fixes [YOCTO #12031]
    
    Applied minor wording changes based on review feedback.
    
    Signed-off-by: Scott Rifenbark <srifenbark at gmail.com>
---
 doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 6 +++---
 1 file 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 b2595c9..b37da10 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>
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list