summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/erlang/erlang.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/erlang.inc')
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang.inc16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang.inc b/meta-openstack/recipes-devtools/erlang/erlang.inc
new file mode 100644
index 0000000..e4aad1c
--- /dev/null
+++ b/meta-openstack/recipes-devtools/erlang/erlang.inc
@@ -0,0 +1,16 @@
1DESCRIPTION = "A dynamic programming language and runtime environment, \
2with built-in support for concurrency, distribution and fault tolerance"
3SECTION = "devel/erlang"
4DEPENDS = "ncurses"
5PRIORITY = "optional"
6LICENSE = "ErlPL-1.1"
7LIC_FILES_CHKSUM = "file://EPLICENCE;md5=09f9063ea35bc5bd124df2fda1d9d2c7"
8
9UPSTREAM_VERSION = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}"
10
11SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz"
12S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}"
13
14PARALLEL_MAKE = ""
15
16inherit autotools