package/nodejs: fixed comment for mips soft float
authorMartin Bark <martin@barkynet.com>
Wed, 23 Dec 2015 12:16:05 +0000 (12:16 +0000)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Wed, 23 Dec 2015 16:49:02 +0000 (17:49 +0100)
nodejs is only selected for mips hard float however the comment is
displayed for hard and soft float.  Correct this by adding the missing
!BR2_MIPS_SOFT_FLOAT to the comment.

Signed-off-by: Martin Bark <martin@barkynet.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/nodejs/Config.in

index 645ca7ab51b9a1bb2fa8cef7a58b42adec4c4491..a8eb6d42c8882eb0687f4ff5dfe1ebaae220cb0d 100644 (file)
@@ -20,6 +20,7 @@ config BR2_PACKAGE_NODEJS
 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