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