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:
Scott Rifenbark 2012-03-13 16:07:39 -06:00 committed by Richard Purdie
parent b059442be5
commit 5ad47afea0
1 changed files with 1 additions and 1 deletions

View File

@ -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>.