package/*/Config.in: re-wrap help text
authorRicardo Martincoski <ricardo.martincoski@gmail.com>
Sun, 1 Apr 2018 05:08:47 +0000 (02:08 -0300)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 1 Apr 2018 08:09:52 +0000 (10:09 +0200)
... to follow the convention <tab><2 spaces><62 chars>.

Signed-off-by: Ricardo Martincoski <ricardo.martincoski@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-functools32/Config.in
package/python-jsonmodels/Config.in

index cc12557edc838881bcc2c577eadac72a37849601..606341d82887f7f06772482a5dd7519902c4329a 100644 (file)
@@ -2,7 +2,7 @@ config BR2_PACKAGE_PYTHON_FUNCTOOLS32
        bool "python-functools32"
        depends on BR2_PACKAGE_PYTHON
        help
-         Backport of the functools module from Python 3.2.3 for use on 2.7
-         and PyPy.
+         Backport of the functools module from Python 3.2.3 for use on
+         2.7 and PyPy.
 
          https://github.com/MiCHiLU/python-functools32
index d840e2acfe87bf2b41803010cf96b3847bc52b18..f66982874a1fb3a20e10771b2aee024eced97ed9 100644 (file)
@@ -3,7 +3,7 @@ config BR2_PACKAGE_PYTHON_JSONMODELS
        select BR2_PACKAGE_PYTHON_DATEUTIL # runtime
        select BR2_PACKAGE_PYTHON_SIX # runtime
        help
-         Models to make easier to deal with structures that are converted
-         to, or read from JSON.
+         Models to make easier to deal with structures that are
+         converted to, or read from JSON.
 
          https://github.com/beregond/jsonmodels