diff options
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst index af9947199c..b533d9dc0e 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-metadata.rst | |||
@@ -330,7 +330,8 @@ Removal (Override Style Syntax) | |||
330 | 330 | ||
331 | You can remove values from lists using the removal override style | 331 | You can remove values from lists using the removal override style |
332 | syntax. Specifying a value for removal causes all occurrences of that | 332 | syntax. Specifying a value for removal causes all occurrences of that |
333 | value to be removed from the variable. | 333 | value to be removed from the variable. Unlike ":append" and ":prepend", |
334 | there is no need to add a leading or trailing space to the value. | ||
334 | 335 | ||
335 | When you use this syntax, BitBake expects one or more strings. | 336 | When you use this syntax, BitBake expects one or more strings. |
336 | Surrounding spaces and spacing are preserved. Here is an example:: | 337 | Surrounding spaces and spacing are preserved. Here is an example:: |