From 8cabf90bcc1d648511dc9f33adf5ef30e539c682 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 5 Mar 2014 15:58:32 -0500 Subject: erlang: add missing DEPENDS for -native build We require a DEPENDS for ncurses-native or else we can fail with: configure:18108: error: No curses library functions found when building erlang-native. Since there is already a DEPENDS for ncurses-native in the non -native recipe we move this into the .inc so it is used for both non -native and -native builds. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- 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 32ee135..9b1b77c 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" +DEPENDS = "ncurses ncurses-native" 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 d7fd310..0e8e0b4 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 += "erlang-native openssl" +DEPENDS += "openssl" PR = "r3" -- cgit v1.2.3-54-g00ecf