diff options
-rw-r--r-- | documentation/dev-manual/dev-manual-common-tasks.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 48b1cd3d27..4911b09dac 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
@@ -252,14 +252,14 @@ | |||
252 | </para> | 252 | </para> |
253 | 253 | ||
254 | <para> | 254 | <para> |
255 | Append files files must have the same name as the underlying recipe. | 255 | Append files files must have the same name as the corresponding recipe. |
256 | For example, the append file <filename>someapp_&DISTRO;.bbappend</filename> must | 256 | For example, the append file <filename>someapp_&DISTRO;.bbappend</filename> must |
257 | apply to <filename>someapp_&DISTRO;.bb</filename>. | 257 | apply to <filename>someapp_&DISTRO;.bb</filename>. |
258 | This means the original recipe and append file names are version number specific. | 258 | This means the original recipe and append file names are version number specific. |
259 | If the underlying recipe is renamed to update to a newer version, the | 259 | If the corresponding recipe is renamed to update to a newer version, the |
260 | corresponding <filename>.bbappend</filename> file must be renamed as well. | 260 | underlying <filename>.bbappend</filename> file must be renamed as well. |
261 | During the build process, BitBake displays an error on starting if it detects a | 261 | During the build process, BitBake displays an error on starting if it detects a |
262 | <filename>.bbappend</filename> file that does not have an underlying recipe | 262 | <filename>.bbappend</filename> file that does not have a corresponding recipe |
263 | with a matching name. | 263 | with a matching name. |
264 | </para> | 264 | </para> |
265 | 265 | ||