Files
poky/meta
Tim Orling 86e002572d python2 create_manifest.py: fix trailing whitespace in json
The json.dumps function adds trailing whitespace when using
indent, because the default separator is not ','.

The workaround [1] is to set the separators to be ',' and ': ',
e.g. separators=(',', ': ')

[1] https://hg.python.org/cpython/rev/78bad589f205

(From OE-Core rev: e4cc287e41af2e52240a20d4bf2b6cc0f1f85314)

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2018-01-20 22:31:56 +00:00
..
2018-01-19 12:37:13 +00:00
2017-08-23 12:06:51 +01:00
2018-01-19 12:37:14 +00:00
2018-01-18 12:50:37 +00:00
2018-01-19 12:37:14 +00:00
2018-01-19 12:37:14 +00:00
2014-01-02 12:58:54 +00:00
2016-01-07 13:40:14 +00:00