]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
python-*-manifest/generators: fix long line lengths ttorling/shorter-python-manifest-lines
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>
Fri, 24 Nov 2017 05:24:38 +0000 (21:24 -0800)
commitf9f779736ef8dca26157ca63b2f374be01b9e12f
tree6432c9143fd0bac851aad0e057e3e76e07a27a77
parent33418ed064fe9cff5b4803f09135a81d9170c189
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