All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] python3: move toolchain comment above main option
@ 2015-04-28  6:46 Peter Korsgaard
  0 siblings, 0 replies; only message in thread
From: Peter Korsgaard @ 2015-04-28  6:46 UTC (permalink / raw)
  To: buildroot

commit: http://git.buildroot.net/buildroot/commit/?id=7beb9ed0fd1afafae9356a6297a02d6026d3d0f7
branch: http://git.buildroot.net/buildroot/commit/?id=refs/heads/master

So suboptions are correctly indented.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/python3/Config.in |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/python3/Config.in b/package/python3/Config.in
index e2f9077..f61401e 100644
--- a/package/python3/Config.in
+++ b/package/python3/Config.in
@@ -1,3 +1,7 @@
+comment "python3 needs a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
+	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_PYTHON3
 	bool "python3"
 	depends on !BR2_PACKAGE_PYTHON
@@ -11,10 +15,6 @@ config BR2_PACKAGE_PYTHON3
 
 	  http://www.python.org/
 
-comment "python3 needs a toolchain w/ wchar, threads"
-	depends on BR2_USE_MMU
-	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-
 if BR2_PACKAGE_PYTHON3
 
 choice

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

only message in thread, other threads:[~2015-04-28  6:46 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-28  6:46 [Buildroot] [git commit] python3: move toolchain comment above main option Peter Korsgaard

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.