diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/erlang/erlang.inc')
| -rw-r--r-- | meta-openstack/recipes-devtools/erlang/erlang.inc | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang.inc b/meta-openstack/recipes-devtools/erlang/erlang.inc deleted file mode 100644 index 37446d7..0000000 --- a/meta-openstack/recipes-devtools/erlang/erlang.inc +++ /dev/null | |||
| @@ -1,20 +0,0 @@ | |||
| 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 = "${@d.getVar('PV', 1).replace('.', '-')}" | ||
| 10 | |||
| 11 | SRC_URI = "http://erlang.org/download/otp_src_${UPSTREAM_VERSION}.tar.gz \ | ||
| 12 | file://erlang-fix-build-issue-in-Yocto.patch \ | ||
| 13 | " | ||
| 14 | SRC_URI += "file://fix-wx-configure.patch" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/otp_src_${UPSTREAM_VERSION}" | ||
| 17 | |||
| 18 | PARALLEL_MAKE = "" | ||
| 19 | |||
| 20 | inherit autotools autotools-brokensep | ||
