From 89dd570ebd7046f5bce4a8b7f3b2b50b1cf65589 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 6 Sep 2019 11:31:44 +0000 Subject: bitbake-user-manual: Improve the example for Removal (Override Style Syntax) * to better show how it works with spaces and multiple values Signed-off-by: Herb Kuta Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- doc/bitbake-user-manual/bitbake-user-manual-metadata.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml index a125ad332..88622421d 100644 --- a/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml +++ b/doc/bitbake-user-manual/bitbake-user-manual-metadata.xml @@ -420,13 +420,17 @@ FOO = "123 456 789 123456 123 456 123 456" FOO_remove = "123" FOO_remove = "456" - FOO2 = "abc def ghi abcdef abc def abc def" - FOO2_remove = "abc def" + FOO2 = " abc def ghi abcdef abc def abc def def" + FOO2_remove = " \ + def \ + abc \ + ghi \ + " The variable FOO becomes - "  789 123456    " + "  789 123456    " and FOO2 becomes - "  ghi abcdef    ". + "     jkl  abcdef      ". -- cgit 1.2.3-korg