]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python-*-manifest/generators: fix long line lengths
authorTim Orling <timothy.t.orling@linux.intel.com>
Fri, 24 Nov 2017 05:14:42 +0000 (21:14 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 13 Dec 2017 13:59:44 +0000 (13:59 +0000)
commit3a1900a5691466a04b24907067f43117b318ca7e
treeefd3b3c4c623fa56a40dda0b9b8c2ceb1594aa2d
parentc350812523017f113f63e0b863fd526b4d6331b9
python-*-manifest/generators: fix long line lengths

The generators create python-*-manifest.inc files with
lines over 2500 characters long which breaks sending
patches via git send-email (because of smtp limitation).

This patchset formats all the long lines into multiple lines.

Signed-off-by: Tim Orling <timothy.t.orling@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python-2.7-manifest.inc
meta/recipes-devtools/python/python-3.5-manifest.inc
scripts/contrib/python/generate-manifest-2.7.py
scripts/contrib/python/generate-manifest-3.5.py