summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2014-03-15 01:53:45 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2014-03-15 01:53:45 -0400
commit54c9a71b7f00c7dd35ecff6aad86cd47d83280d6 (patch)
tree9971d352364cf6627d0213c2f6106bdf32c9ffd8
parenta21b481b00acd2169eb1a90ecb547c4752904156 (diff)
downloadmeta-cloud-services-54c9a71b7f00c7dd35ecff6aad86cd47d83280d6.tar.gz
Revert "erlang: add missing DEPENDS for -native build"
This reverts commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682.
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang.inc2
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang_R15B.bb2
2 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang.inc b/meta-openstack/recipes-devtools/erlang/erlang.inc
index 9b1b77c..32ee135 100644
--- a/meta-openstack/recipes-devtools/erlang/erlang.inc
+++ b/meta-openstack/recipes-devtools/erlang/erlang.inc
@@ -1,7 +1,7 @@
1DESCRIPTION = "A dynamic programming language and runtime environment, \ 1DESCRIPTION = "A dynamic programming language and runtime environment, \
2with built-in support for concurrency, distribution and fault tolerance" 2with built-in support for concurrency, distribution and fault tolerance"
3SECTION = "devel/erlang" 3SECTION = "devel/erlang"
4DEPENDS = "ncurses ncurses-native" 4DEPENDS = "ncurses"
5PRIORITY = "optional" 5PRIORITY = "optional"
6LICENSE = "ErlPL-1.1" 6LICENSE = "ErlPL-1.1"
7LIC_FILES_CHKSUM = "file://EPLICENCE;md5=09f9063ea35bc5bd124df2fda1d9d2c7" 7LIC_FILES_CHKSUM = "file://EPLICENCE;md5=09f9063ea35bc5bd124df2fda1d9d2c7"
diff --git a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
index 0e8e0b4..d7fd310 100644
--- a/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
+++ b/meta-openstack/recipes-devtools/erlang/erlang_R15B.bb
@@ -1,5 +1,5 @@
1include erlang.inc 1include erlang.inc
2DEPENDS += "openssl" 2DEPENDS += "erlang-native openssl"
3 3
4PR = "r3" 4PR = "r3"
5 5