[hbbtv/youtubetv] Fixed hanup bug and segmentation fault on 3rd-party images.
[vuplus_openembedded] / recipes / erlang / erlang.inc
1 DESCRIPTION = "A dynamic programming language and runtime environment, \
2 with built-in support for concurrency, distribution and fault tolerance"
3 SECTION = "devel/erlang"
4 DEPENDS = "ncurses"
5 PRIORITY = "optional"
6 LICENSE = "ERLANG PUBLIC LICENSE"
7
8 UPSTREAM_VERSION = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
9
10 SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz"
11 S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}"
12
13 PARALLEL_MAKE = ""
14
15 inherit autotools