From 54c9a71b7f00c7dd35ecff6aad86cd47d83280d6 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Sat, 15 Mar 2014 01:53:45 -0400 Subject: Revert "erlang: add missing DEPENDS for -native build" This reverts commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682. --- meta-openstack/recipes-devtools/erlang/erlang.inc | 2 +- meta-openstack/recipes-devtools/erlang/erlang_R15B.bb | 2 +- 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 @@ DESCRIPTION = "A dynamic programming language and runtime environment, \ with built-in support for concurrency, distribution and fault tolerance" SECTION = "devel/erlang" -DEPENDS = "ncurses ncurses-native" +DEPENDS = "ncurses" PRIORITY = "optional" LICENSE = "ErlPL-1.1" LIC_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 @@ include erlang.inc -DEPENDS += "openssl" +DEPENDS += "erlang-native openssl" PR = "r3" -- cgit v1.2.3-54-g00ecf