diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2014-03-17 12:25:05 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-17 13:12:55 -0400 |
commit | ac3dfa9d2e8a90cb325a76e5898f7365fea5c7d2 (patch) | |
tree | bd6509f135555ebb5e9103695a97c15a6ce56455 | |
parent | d370e70c089c06241a739b47916a5c6d6c37226b (diff) | |
download | meta-cloud-services-ac3dfa9d2e8a90cb325a76e5898f7365fea5c7d2.tar.gz |
erlang-native: add missing ncurses-native DEPENDS
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. This is another attempt at the failed
commit 8cabf90bcc1d648511dc9f33adf5ef30e539c682 [erlang: add missing
DEPENDS for -native build], ensuring we don't break non-native builds.
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_R15B.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/erlang/erlang-native_R15B.bb b/meta-openstack/recipes-devtools/erlang/erlang-native_R15B.bb index d448e62..435795f 100644 --- a/meta-openstack/recipes-devtools/erlang/erlang-native_R15B.bb +++ b/meta-openstack/recipes-devtools/erlang/erlang-native_R15B.bb | |||
@@ -4,6 +4,8 @@ inherit native | |||
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r1" |
6 | 6 | ||
7 | DEPENDS += "ncurses-native" | ||
8 | |||
7 | # EXTRA_OEMAKE = 'OTP_SMALL_BUILD=true' | 9 | # EXTRA_OEMAKE = 'OTP_SMALL_BUILD=true' |
8 | EXTRA_OECONF = '--without-ssl' | 10 | EXTRA_OECONF = '--without-ssl' |
9 | 11 | ||