mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
documentation/dev-manual/dev-manual-common-tasks.xml: fixed typo
(From yocto-docs rev: 135ca58fa53ffcf94138e0df7857d87c79e001ce) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b059442be5
commit
5ad47afea0
@@ -162,7 +162,7 @@
|
||||
<listitem><para>Avoid duplicating include files.
|
||||
Use <filename>.bbappend</filename> files for each recipe that uses an include
|
||||
file.
|
||||
Or, if you are introducing a new recipe that requires the inc file, use the
|
||||
Or, if you are introducing a new recipe that requires the included file, use the
|
||||
path relative to the original layer directory to refer to the file.
|
||||
For example, use <filename>require recipes-core/somepackage/somefile.inc</filename>
|
||||
instead of <filename>require somefile.inc</filename>.
|
||||
|
||||
Reference in New Issue
Block a user