]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
python-daemonize: fix check-package warnings
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Apr 2018 08:00:16 +0000 (10:00 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 29 Apr 2018 08:00:16 +0000 (10:00 +0200)
Fixes:

package/python-daemonize/Config.in:2: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/python-daemonize/Config.in:3: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/python-daemonize/Config.in:4: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/python-daemonize/Config.in:5: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
package/python-daemonize/Config.in:6: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-daemonize/Config.in

index 3fa5ed36884bd3a36169434052a218f83252a664..d34e35c41cb2b86df15aee459f1c25c91669fa7b 100644 (file)
@@ -1,8 +1,8 @@
 config BR2_PACKAGE_PYTHON_DAEMONIZE
-       bool "python-daemonize"
-       select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
-       help
-         Library to enable your code run as a daemon process on Unix-like
-         systems.
+       bool "python-daemonize"
+       select BR2_PACKAGE_PYTHON_SETUPTOOLS # runtime
+       help
+         Library to enable your code run as a daemon process on
+         Unix-like systems.
 
-         https://pypi.python.org/pypi/daemonize
+         https://pypi.python.org/pypi/daemonize