erlang: fix host version dependencies

Fixes http://autobuild.buildroot.net/results/8816fe16534062cdf0d3a682a7408f9adbea2985

The host version of erlang does not need to enable support for & depend on
host versions of ncurses/openssl/zlib, even if the target version does.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2012-09-05 07:19:08 +02:00
parent 5f566e5d91
commit ebb2e058b0

View File

@ -8,6 +8,7 @@ ERLANG_VERSION = R15B01
ERLANG_SITE = http://www.erlang.org/download
ERLANG_SOURCE = otp_src_$(ERLANG_VERSION).tar.gz
ERLANG_DEPENDENCIES = host-erlang
HOST_ERLANG_DEPENDENCIES =
ERLANG_LICENSE = EPL
ERLANG_LICENSE_FILES = EPLICENCE