From: Scott Rifenbark Date: Fri, 28 Sep 2012 21:13:16 +0000 (-0700) Subject: documentation: dev-manual - better wording for the .bb file X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4b17b2dd806832c8cb86d1c2f03c58ed825779c2;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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 Signed-off-by: Richard Purdie --- diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index 9e1b1328423..48b1cd3d276 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -238,7 +238,7 @@ Recipes used to append metadata to other recipes are called BitBake append files. BitBake append files use the .bbappend file type suffix, while - underlying recipes to which metadata is being appended use the + the corresponding recipes to which metadata is being appended use the .bb file type suffix.