diff options
| author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2012-09-28 14:13:16 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-10-01 23:30:31 +0100 |
| commit | 4b17b2dd806832c8cb86d1c2f03c58ed825779c2 (patch) | |
| tree | 2a68dd4dcfbbb31abbadcfe753ba392320e3e869 /documentation | |
| parent | 6acea5861e682df1893b44b1f7bcd7e9830726f8 (diff) | |
| download | poky-4b17b2dd806832c8cb86d1c2f03c58ed825779c2.tar.gz | |
documentation: dev-manual - better wording for the .bb file
Better choice of word here is "corresponding" rather than
"underlying".
(From yocto-docs rev: 3d8b6d6e06b81960df2a7d25b6d54308210cc011)
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.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 9e1b132842..48b1cd3d27 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml | |||
| @@ -238,7 +238,7 @@ | |||
| 238 | <para> | 238 | <para> |
| 239 | Recipes used to append metadata to other recipes are called BitBake append files. | 239 | Recipes used to append metadata to other recipes are called BitBake append files. |
| 240 | BitBake append files use the <filename>.bbappend</filename> file type suffix, while | 240 | BitBake append files use the <filename>.bbappend</filename> file type suffix, while |
| 241 | underlying recipes to which metadata is being appended use the | 241 | the corresponding recipes to which metadata is being appended use the |
| 242 | <filename>.bb</filename> file type suffix. | 242 | <filename>.bb</filename> file type suffix. |
| 243 | </para> | 243 | </para> |
| 244 | 244 | ||
