erlang: fix comment dependencies
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Jan 2015 20:28:21 +0000 (21:28 +0100)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 4 Jan 2015 20:28:21 +0000 (21:28 +0100)
commitfe430adc2868f6317bab8e73625a0f32181b7ad7
tree845e3f4ebc5a5f90673c422baaf10bb7732ea6e0
parent4a9df2942470241d7a96f326f0e7012aacd36f2e
erlang: fix comment dependencies

The comment was missing the dependency on BR2_USE_MMU, and was using
'depends on !BR2_TOOLCHAIN_HAS_THREADS && BR2_STATIC_LIBS' while it
should in fact be '!BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS',
since we want show the comment *either* when we don't have threads
*or* when we are building a purely static lib system.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
package/erlang/Config.in