diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-03-07 13:41:29 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-03-14 16:33:59 +0000 |
commit | 97edca59972e6a5c9b47d942a0a75694b9b46697 (patch) | |
tree | 96e36c2eba73033c02dfef64faaef1ff2e0d81fd /scripts | |
parent | f00dfafbaf7e5656971c17e944fa4574047ba526 (diff) | |
download | poky-97edca59972e6a5c9b47d942a0a75694b9b46697.tar.gz |
bitbake-whatchanged: change ending quote to proper period
Pretty sure that trailing quote should be a period; it
appears to work properly.
(From OE-Core rev: 579f9ada19bd174bff0002cd6a731d12a1868252)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/bitbake-whatchanged | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/bitbake-whatchanged b/scripts/bitbake-whatchanged index 3095dafa46..6f4b268119 100755 --- a/scripts/bitbake-whatchanged +++ b/scripts/bitbake-whatchanged | |||
@@ -217,7 +217,7 @@ print what will be done between the current and last builds, for example: | |||
217 | # Edit the recipes | 217 | # Edit the recipes |
218 | $ bitbake-whatchanged core-image-sato | 218 | $ bitbake-whatchanged core-image-sato |
219 | 219 | ||
220 | The changes will be printed" | 220 | The changes will be printed. |
221 | 221 | ||
222 | Note: | 222 | Note: |
223 | The amount of tasks is not accurate when the task is "do_build" since | 223 | The amount of tasks is not accurate when the task is "do_build" since |