mirror of
https://git.yoctoproject.org/poky
synced 2026-09-12 06:49:32 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
e7f817b56d
commit
d4ac657f8a
@@ -924,12 +924,12 @@
|
|||||||
after the "inherit" statement.
|
after the "inherit" statement.
|
||||||
</note>
|
</note>
|
||||||
If you want to use the directive to inherit
|
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
|
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:
|
classes:
|
||||||
<literallayout class='monospaced'>
|
<literallayout class='monospaced'>
|
||||||
inherit autotools pkgconfig
|
inherit buildhistory rm_work
|
||||||
</literallayout>
|
</literallayout>
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user