mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-01 21:23:51 -09:00
package/bitcoin: drop dependencies on Boost Libraries
The dependencies on Boost.System, Boost.Filesystem were removed in v23.0 [0][1] and Boost.Thread in v21.99 [2]. This was never reflected in the Buildroot package so do it now. [0]07269321f3[1]b87f9c5edf[2]06e1d7d81dSigned-off-by: Michael Nosthoff <buildroot@heine.tech> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
d30457efd0
commit
9171d2982b
@@ -21,9 +21,6 @@ config BR2_PACKAGE_BITCOIN
|
||||
depends on BR2_USE_WCHAR
|
||||
select BR2_HOST_CMAKE_AT_LEAST_3_22
|
||||
select BR2_PACKAGE_BOOST
|
||||
select BR2_PACKAGE_BOOST_SYSTEM
|
||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||
select BR2_PACKAGE_BOOST_THREAD
|
||||
select BR2_PACKAGE_LIBEVENT
|
||||
help
|
||||
Bitcoin Core is an open source project which maintains and
|
||||
|
||||
Reference in New Issue
Block a user