mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 14:16:31 +00:00
boost: coroutine selects context
Replace the coroutine dependency on context by a select Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8360fb0150
commit
cb3dc94501
@ -97,12 +97,18 @@ comment "boost-contract needs a toolchain w/ NPTL"
|
|||||||
|
|
||||||
config BR2_PACKAGE_BOOST_COROUTINE
|
config BR2_PACKAGE_BOOST_COROUTINE
|
||||||
bool "boost-coroutine"
|
bool "boost-coroutine"
|
||||||
depends on BR2_PACKAGE_BOOST_CONTEXT
|
depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_GCC_BUG_64735 # boost-context
|
||||||
|
select BR2_PACKAGE_BOOST_CONTEXT
|
||||||
help
|
help
|
||||||
deprecated coroutine library, the non-depricated coroutine2
|
deprecated coroutine library, the non-depricated coroutine2
|
||||||
library is a header-only library and does not need to be
|
library is a header-only library and does not need to be
|
||||||
selected.
|
selected.
|
||||||
|
|
||||||
|
comment "boost-coroutine needs a toolchain not affected by GCC bug 64735"
|
||||||
|
depends on BR2_PACKAGE_BOOST_CONTEXT_ARCH_SUPPORTS
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_GCC_BUG_64735
|
||||||
|
|
||||||
config BR2_PACKAGE_BOOST_DATE_TIME
|
config BR2_PACKAGE_BOOST_DATE_TIME
|
||||||
bool "boost-date_time"
|
bool "boost-date_time"
|
||||||
help
|
help
|
||||||
|
Loading…
x
Reference in New Issue
Block a user