package/nodejs: move comment around, to keep proper indentation
authorYann E. MORIN <yann.morin.1998@free.fr>
Wed, 23 Dec 2015 20:43:15 +0000 (21:43 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Mon, 28 Dec 2015 16:57:58 +0000 (17:57 +0100)
In Kconfig, when there is an item (like a comment) between a symbol and
its dependees, then the indentation is not in effect.

Move the symbol to the top of the file to guarantee the indentation in
menuconfig.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
package/nodejs/Config.in

index eb3aeec955bc7ffd55e2b303a6526f926c2e27a7..008fbbf69692bb1fdb105bc108b990549528dcc1 100644 (file)
@@ -1,3 +1,10 @@
+comment "nodejs needs a toolchain w/ C++, dynamic library, threads"
+       depends on BR2_USE_MMU
+       depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
+       depends on !BR2_MIPS_SOFT_FLOAT
+       depends on !BR2_ARM_CPU_ARMV4
+       depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_NODEJS
        bool "nodejs"
        depends on BR2_TOOLCHAIN_HAS_THREADS
@@ -17,13 +24,6 @@ config BR2_PACKAGE_NODEJS
 
          http://nodejs.org/
 
-comment "nodejs needs a toolchain w/ C++, dynamic library, threads"
-       depends on BR2_USE_MMU
-       depends on BR2_arm || BR2_i386 || BR2_x86_64 || BR2_mipsel
-       depends on !BR2_MIPS_SOFT_FLOAT
-       depends on !BR2_ARM_CPU_ARMV4
-       depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
-
 if BR2_PACKAGE_NODEJS
 
 # Starting with 0.12.x, on ARM, V8 (the JS engine)