diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 2 |
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>. |