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>
This commit is contained in:
Scott Rifenbark 2015-01-19 08:18:50 -08:00 committed by Richard Purdie
parent f8245d98ea
commit 3cd8d861ab
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@
Furthermore, you must use <filename>_append</filename> instead Furthermore, you must use <filename>_append</filename> instead
of the <filename>+=</filename> operator if you want to avoid of the <filename>+=</filename> operator if you want to avoid
ordering issues. ordering issues.
The reason for this is because doing so un>+conditionally appends The reason for this is because doing so unconditionally appends
to the variable and avoids ordering problems due to the to the variable and avoids ordering problems due to the
variable being set in image recipes and variable being set in image recipes and
<filename>.bbclass</filename> files with operators like <filename>.bbclass</filename> files with operators like