package/bitcoin: give a default value for BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 8 Dec 2019 16:27:19 +0000 (17:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 8 Dec 2019 21:48:14 +0000 (22:48 +0100)
bitcoin can never be enabled because BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
is never set as it has no default value

Fixes:
 - No autobuilder failure

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/bitcoin/Config.in

index c6788d5f986397cc85c60872fa891f3c7a96845a..78b248890b07c7a86e22113263dad62d43ade100 100644 (file)
@@ -1,6 +1,6 @@
 config BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
        bool
-       depends on BR2_TOOLCHAIN_HAS_ATOMIC
+       default y if BR2_TOOLCHAIN_HAS_ATOMIC
        # bitcoin uses 8-byte __atomic intrinsics, which are not
        # available on ARM noMMU platforms that we
        # support. BR2_TOOLCHAIN_HAS_ATOMIC does not provide a