summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Asselstine <mark.asselstine@windriver.com>2017-08-23 15:20:39 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2017-08-24 09:58:54 -0400
commitc41b0107f0bf1aebf3def177fd3a8d8e9130e0af (patch)
treee3fc16cc78d04ea95169cbb2d7f6a1789471ea49
parent0330cdf2c1b4494568de8785ac56ca734616e196 (diff)
downloadmeta-cloud-services-c41b0107f0bf1aebf3def177fd3a8d8e9130e0af.tar.gz
erlang-native: Add DEPENDS for ncurses-native
This was most likely being provided by another pkg pulling in ncurses-native before erlang-native was being built. With RSS this is no longer the case and we need to add the explicit DEPENDS. Without this we are seeing erlang-native fail to configure: | checking for tgetent in -lncurses... no | checking for tgetent in -lcurses... no | checking for tgetent in -ltermcap... no | checking for tgetent in -ltermlib... no | configure: error: No curses library functions found While we are at it we drop the setting of PR as this will be handled by the PR server. Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r--meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb b/meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb
index ca6a48f..61fc027 100644
--- a/meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb
+++ b/meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb
@@ -2,7 +2,7 @@ include erlang.inc
2 2
3inherit native 3inherit native
4 4
5PR = "r0" 5DEPENDS += "ncurses-native"
6 6
7EXTRA_OECONF = '--without-ssl' 7EXTRA_OECONF = '--without-ssl'
8 8