diff options
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index a497eeae26..7e09e0c337 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -355,15 +355,15 @@ | |||
355 | </para> | 355 | </para> |
356 | 356 | ||
357 | <para> | 357 | <para> |
358 | Append files must have the same root name as the corresponding | 358 | Append files must have the same root names as their corresponding |
359 | recipe. | 359 | recipes. |
360 | For example, the append file | 360 | For example, the append file |
361 | <filename>someapp_&DISTRO;.bbappend</filename> must apply to | 361 | <filename>someapp_&DISTRO;.bbappend</filename> must apply to |
362 | <filename>someapp_&DISTRO;.bb</filename>. | 362 | <filename>someapp_&DISTRO;.bb</filename>. |
363 | This means the original recipe and append file names are version | 363 | This means the original recipe and append file names are version |
364 | number-specific. | 364 | number-specific. |
365 | If the corresponding recipe is renamed to update to a newer | 365 | If the corresponding recipe is renamed to update to a newer |
366 | version, the underlying <filename>.bbappend</filename> file must | 366 | version, the corresponding <filename>.bbappend</filename> file must |
367 | be renamed as well. | 367 | be renamed as well. |
368 | During the build process, BitBake displays an error on starting | 368 | During the build process, BitBake displays an error on starting |
369 | if it detects a <filename>.bbappend</filename> file that does | 369 | if it detects a <filename>.bbappend</filename> file that does |