mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 13:46:32 +00:00
erlang: needs thread support
Fixes: http://autobuild.buildroot.org/results/1f3/1f313aee75328c27e260c55dbf7caa5d3d6a07d3/ http://autobuild.buildroot.org/results/2f2/2f213d8cf6f828a68a2f36bb95564b8db043e7a2/ Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
20d314fb0b
commit
047cb1a46b
@ -1,6 +1,10 @@
|
|||||||
|
comment "erlang needs a toolchain w/ threads"
|
||||||
|
depends on !BR2_TOOLCHAIN_HAS_THREADS
|
||||||
|
|
||||||
config BR2_PACKAGE_ERLANG
|
config BR2_PACKAGE_ERLANG
|
||||||
bool "erlang"
|
bool "erlang"
|
||||||
depends on BR2_USE_MMU # fork()
|
depends on BR2_USE_MMU # fork()
|
||||||
|
depends on BR2_TOOLCHAIN_HAS_THREADS
|
||||||
help
|
help
|
||||||
Erlang is a programming language used to build massively scalable
|
Erlang is a programming language used to build massively scalable
|
||||||
soft real-time systems with requirements on high availability.
|
soft real-time systems with requirements on high availability.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user