]> 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)
committerTim Orling <timothy.t.orling@linux.intel.com>
Tue, 12 Dec 2017 05:15:36 +0000 (21:15 -0800)
commit2113beb78339496ae8cb1745b843cbf4dbb38861
treeefd3b3c4c623fa56a40dda0b9b8c2ceb1594aa2d
parent8c0a557cd3b6a4d18eafc06b1c7407fcd27771eb
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>
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