summaryrefslogtreecommitdiffstats
path: root/recipes/erlang/erlang.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/erlang/erlang.inc')
-rw-r--r--recipes/erlang/erlang.inc13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/erlang/erlang.inc b/recipes/erlang/erlang.inc
new file mode 100644
index 0000000000..e6c7766dff
--- /dev/null
+++ b/recipes/erlang/erlang.inc
@@ -0,0 +1,13 @@
+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}"
+
+inherit autotools