mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-01 13:58:04 +00:00
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>
20 lines
935 B
Plaintext
20 lines
935 B
Plaintext
BitBake is licensed under the GNU General Public License version 2.0. See COPYING for further details.
|
|
|
|
The following external components are distributed with this software:
|
|
|
|
* The Toaster Simple UI application is based upon the Django project template, the files of which are covered by the BSD license and are copyright (c) Django Software
|
|
Foundation and individual contributors.
|
|
|
|
* Twitter Bootstrap (including Glyphicons), redistributed under the MIT license
|
|
* jQuery is redistributed under the MIT license.
|
|
|
|
* Twitter typeahead.js redistributed under the MIT license. Note that the JS source has one small modification, so the full unminified file is currently included to make it obvious where this is.
|
|
|
|
* jsrender is redistributed under the MIT license.
|
|
|
|
* 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.
|