All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit branch/next] python-cython: fix check-package warnings
@ 2018-05-20  9:41 Thomas Petazzoni
  0 siblings, 0 replies; only message in thread
From: Thomas Petazzoni @ 2018-05-20  9:41 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=0e06c3117665c5aabe94f1bbab7fb709e2953226
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

Fixes:

package/python-cython/Config.in.host:2: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/python-cython/Config.in.host:3: should be indented with one tab (http://nightly.buildroot.org/#_config_files)
package/python-cython/Config.in.host:4: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)
package/python-cython/Config.in.host:5: 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-cython/Config.in.host | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/package/python-cython/Config.in.host b/package/python-cython/Config.in.host
index b69e59b718..69d32d5ab3 100644
--- a/package/python-cython/Config.in.host
+++ b/package/python-cython/Config.in.host
@@ -1,7 +1,7 @@
 config BR2_PACKAGE_HOST_PYTHON_CYTHON
-       bool "host python-cython"
-       help
-         The Cython compiler for writing C extensions for the Python
-         language.
+	bool "host python-cython"
+	help
+	  The Cython compiler for writing C extensions for the Python
+	  language.
 
-         http://cython.org/
+	  http://cython.org/

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2018-05-20  9:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-20  9:41 [Buildroot] [git commit branch/next] python-cython: fix check-package warnings Thomas Petazzoni

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.