summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual/dev-manual-common-tasks.xml
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/dev-manual/dev-manual-common-tasks.xml')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml
index 7fd19cb54c..971a63655e 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -248,8 +248,8 @@
248 248
249 <para> 249 <para>
250 Append files files must have the same name as the underlying recipe. 250 Append files files must have the same name as the underlying recipe.
251 For example, the append file <filename>someapp_1.1.bbappend</filename> must 251 For example, the append file <filename>someapp_&DISTRO;.bbappend</filename> must
252 apply to <filename>someapp_1.1.bb</filename>. 252 apply to <filename>someapp_&DISTRO;.bb</filename>.
253 This means the original recipe and append file names are version number specific. 253 This means the original recipe and append file names are version number specific.
254 If the underlying recipe is renamed to update to a newer version, the 254 If the underlying recipe is renamed to update to a newer version, the
255 corresponding <filename>.bbappend</filename> file must be renamed as well. 255 corresponding <filename>.bbappend</filename> file must be renamed as well.