From 5f7bf1f66d21155dfa5328aa57b4302cc64c132b Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 7 Apr 2017 09:52:10 +1200 Subject: 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 Signed-off-by: Richard Purdie --- bitbake/LICENSE | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bitbake/LICENSE') 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. * QUnit is redistributed under the MIT license. * Font Awesome fonts redistributed under the SIL Open Font License 1.1 + +* simplediff is distributed under the zlib license. -- cgit v1.2.3-54-g00ecf