summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2012-03-13 16:07:39 -0600
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-23 14:24:45 +0000
commit5ad47afea0efee7528280d57983fb85b3a550ab8 (patch)
treea5987d4c0f33a8a6c8b80cbd5a613747cf0d7861 /documentation
parentb059442be5b12be80f4c9cbf07d63a0c268aa694 (diff)
downloadpoky-5ad47afea0efee7528280d57983fb85b3a550ab8.tar.gz
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>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 4e32f300c3..ad5be9d499 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -162,7 +162,7 @@
162 <listitem><para>Avoid duplicating include files. 162 <listitem><para>Avoid duplicating include files.
163 Use <filename>.bbappend</filename> files for each recipe that uses an include 163 Use <filename>.bbappend</filename> files for each recipe that uses an include
164 file. 164 file.
165 Or, if you are introducing a new recipe that requires the inc file, use the 165 Or, if you are introducing a new recipe that requires the included file, use the
166 path relative to the original layer directory to refer to the file. 166 path relative to the original layer directory to refer to the file.
167 For example, use <filename>require recipes-core/somepackage/somefile.inc</filename> 167 For example, use <filename>require recipes-core/somepackage/somefile.inc</filename>
168 instead of <filename>require somefile.inc</filename>. 168 instead of <filename>require somefile.inc</filename>.