diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2017-04-07 09:52:10 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-04-10 23:00:32 +0100 |
commit | 5f7bf1f66d21155dfa5328aa57b4302cc64c132b (patch) | |
tree | ce0fd73f0c03de93a367ab124b0e6a42247f7850 /bitbake/LICENSE | |
parent | 5d8b89fc0b9a703243dcd4cce483c335effee78d (diff) | |
download | poky-5f7bf1f66d21155dfa5328aa57b4302cc64c132b.tar.gz |
bitbake: lib/bb/siggen: show word-diff for single-line values containing spaces
If a variable value has changed and either the new or old value contains
spaces, a word diff should be appropriate and may be a bit more readable.
Import the "simplediff" module and use it to show a word diff (in the
style of GNU wdiff and git diff --word-diff).
Also use a similar style diff to show changes in the runtaskhashes list.
I didn't use an actual word-diff here since it's a little different - we
can be sure that the list is a list and not simply a free-format string.
(Bitbake rev: 20db6b6553c80e18afc4f43dc2495435f7477822)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/LICENSE')
-rw-r--r-- | bitbake/LICENSE | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/LICENSE b/bitbake/LICENSE index 5d4a4c2a8a..7d4e5f44b5 100644 --- a/bitbake/LICENSE +++ b/bitbake/LICENSE | |||
@@ -15,3 +15,5 @@ Foundation and individual contributors. | |||
15 | * QUnit is redistributed under the MIT license. | 15 | * QUnit is redistributed under the MIT license. |
16 | 16 | ||
17 | * Font Awesome fonts redistributed under the SIL Open Font License 1.1 | 17 | * Font Awesome fonts redistributed under the SIL Open Font License 1.1 |
18 | |||
19 | * simplediff is distributed under the zlib license. | ||