mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 21:56:31 +00:00
boost: thread needs chrono
chrono is selected by thread (see libs/thread/build/Jamfile.v2): rule usage-requirements ( properties * ) { [...] result += <library>/boost/chrono//boost_chrono ; } So add this select for BR2_PACKAGE_BOOST_THREAD and remove it from BR2_PACKAGE_BOOST_COROUTINE, BR2_PACKAGE_BOOST_LOG, BR2_PACKAGE_TYPE_ERASURE and BR2_PACKAGE_BOOST_WAVE Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
73cdfc6a4d
commit
6607d66563
@ -101,7 +101,6 @@ config BR2_PACKAGE_BOOST_COROUTINE
|
|||||||
bool "boost-coroutine"
|
bool "boost-coroutine"
|
||||||
depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
|
depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
|
||||||
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # boost-context
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # boost-context
|
||||||
select BR2_PACKAGE_BOOST_CHRONO
|
|
||||||
select BR2_PACKAGE_BOOST_CONTEXT
|
select BR2_PACKAGE_BOOST_CONTEXT
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
select BR2_PACKAGE_BOOST_THREAD
|
select BR2_PACKAGE_BOOST_THREAD
|
||||||
@ -206,7 +205,6 @@ config BR2_PACKAGE_BOOST_LOG
|
|||||||
# log module
|
# log module
|
||||||
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
|
depends on !(BR2_powerpc && BR2_TOOLCHAIN_USES_UCLIBC)
|
||||||
select BR2_PACKAGE_BOOST_ATOMIC
|
select BR2_PACKAGE_BOOST_ATOMIC
|
||||||
select BR2_PACKAGE_BOOST_CHRONO
|
|
||||||
select BR2_PACKAGE_BOOST_DATE_TIME
|
select BR2_PACKAGE_BOOST_DATE_TIME
|
||||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||||
select BR2_PACKAGE_BOOST_REGEX
|
select BR2_PACKAGE_BOOST_REGEX
|
||||||
@ -314,6 +312,7 @@ config BR2_PACKAGE_BOOST_TEST
|
|||||||
|
|
||||||
config BR2_PACKAGE_BOOST_THREAD
|
config BR2_PACKAGE_BOOST_THREAD
|
||||||
bool "boost-thread"
|
bool "boost-thread"
|
||||||
|
select BR2_PACKAGE_BOOST_CHRONO
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
help
|
help
|
||||||
Portable C++ multi-threading. C++11, C++14.
|
Portable C++ multi-threading. C++11, C++14.
|
||||||
@ -327,7 +326,6 @@ config BR2_PACKAGE_BOOST_TIMER
|
|||||||
|
|
||||||
config BR2_PACKAGE_BOOST_TYPE_ERASURE
|
config BR2_PACKAGE_BOOST_TYPE_ERASURE
|
||||||
bool "boost-type_erasure"
|
bool "boost-type_erasure"
|
||||||
select BR2_PACKAGE_BOOST_CHRONO
|
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
select BR2_PACKAGE_BOOST_THREAD
|
select BR2_PACKAGE_BOOST_THREAD
|
||||||
help
|
help
|
||||||
@ -338,7 +336,6 @@ config BR2_PACKAGE_BOOST_WAVE
|
|||||||
# limitation of assembler for coldfire
|
# limitation of assembler for coldfire
|
||||||
# error: Tried to convert PC relative branch to absolute jump
|
# error: Tried to convert PC relative branch to absolute jump
|
||||||
depends on !BR2_m68k_cf
|
depends on !BR2_m68k_cf
|
||||||
select BR2_PACKAGE_BOOST_CHRONO
|
|
||||||
select BR2_PACKAGE_BOOST_DATE_TIME
|
select BR2_PACKAGE_BOOST_DATE_TIME
|
||||||
select BR2_PACKAGE_BOOST_FILESYSTEM
|
select BR2_PACKAGE_BOOST_FILESYSTEM
|
||||||
select BR2_PACKAGE_BOOST_SYSTEM
|
select BR2_PACKAGE_BOOST_SYSTEM
|
||||||
|
Loading…
x
Reference in New Issue
Block a user