initscripts-shr: remove devtmpfs initscript for palmpre machine
[openembedded.git] / recipes / erlang / erlang.inc
blobea65db719f21015bc81a561e81a2d172ba430928
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"
8 UPSTREAM_VERSION = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
10 SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz"
11 S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}"
13 PARALLEL_MAKE = ""
15 inherit autotools