mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
package/bitcoin: depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735
Obviously, bitcoin depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735, not on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 Fixes: - No autobuilder failure Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
97110b578f
commit
bbdd4cd815
@ -10,7 +10,7 @@ config BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
|
|||||||
config BR2_PACKAGE_BITCOIN
|
config BR2_PACKAGE_BITCOIN
|
||||||
bool "bitcoin"
|
bool "bitcoin"
|
||||||
depends on BR2_INSTALL_LIBSTDCPP
|
depends on BR2_INSTALL_LIBSTDCPP
|
||||||
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # std::future
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # std::future
|
||||||
depends on BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_BITCOIN_ARCH_SUPPORTS
|
||||||
select BR2_PACKAGE_BOOST
|
select BR2_PACKAGE_BOOST
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user