diff options
| author | Mihai Prica <prica.mihai@gmail.com> | 2013-06-11 15:06:19 +0300 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-28 18:41:57 -0400 |
| commit | 122b70a1290dca8635863f02a9ce2960913780a5 (patch) | |
| tree | 880fcb0a30558e68c13f92325b972f2e162dacc5 /meta-openstack/recipes-devtools/erlang/erlang.inc | |
| parent | e37d5ab938060a3dfc1507500b603f094c6c9fab (diff) | |
| download | meta-cloud-services-122b70a1290dca8635863f02a9ce2960913780a5.tar.gz | |
erlang: added R15B from oe-classic
Signed-off-by: Mihai Prica <prica.mihai@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/erlang.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/erlang/erlang.inc | 16 |
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 @@ | |||
| 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 = "ErlPL-1.1" | ||
| 7 | LIC_FILES_CHKSUM = "file://EPLICENCE;md5=09f9063ea35bc5bd124df2fda1d9d2c7" | ||
| 8 | |||
| 9 | UPSTREAM_VERSION = "${@bb.data.getVar('PV', d, 1).replace('.', '-')}" | ||
| 10 | |||
| 11 | SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz" | ||
| 12 | S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}" | ||
| 13 | |||
| 14 | PARALLEL_MAKE = "" | ||
| 15 | |||
| 16 | inherit autotools | ||
