summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2015-01-19 08:18:50 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2015-02-17 15:16:51 +0000
commit3cd8d861abca27c050432b2e4ca2a3923a66d9dc (patch)
treec9c7a6e6be5ea0bbbc5591f42c6bd38fa809121b /documentation/dev-manual
parentf8245d98eae2f3d3968a00d99b1f04f1cddda04a (diff)
downloadpoky-3cd8d861abca27c050432b2e4ca2a3923a66d9dc.tar.gz
dev-manual: Removed unwanted characters from text.
Reported-by: Pascal Bach <pascal.bach@siemens.com> (From yocto-docs rev: 3ffbebd6c638e9f5b334dfef1d4e0bcc698ae810) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/dev-manual-common-tasks.xml2
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 3b675359b5..658919dfc0 100644
--- a/documentation/dev-manual/dev-manual-common-tasks.xml
+++ b/documentation/dev-manual/dev-manual-common-tasks.xml
@@ -946,7 +946,7 @@
946 Furthermore, you must use <filename>_append</filename> instead 946 Furthermore, you must use <filename>_append</filename> instead
947 of the <filename>+=</filename> operator if you want to avoid 947 of the <filename>+=</filename> operator if you want to avoid
948 ordering issues. 948 ordering issues.
949 The reason for this is because doing so un>+conditionally appends 949 The reason for this is because doing so unconditionally appends
950 to the variable and avoids ordering problems due to the 950 to the variable and avoids ordering problems due to the
951 variable being set in image recipes and 951 variable being set in image recipes and
952 <filename>.bbclass</filename> files with operators like 952 <filename>.bbclass</filename> files with operators like