[meta-virtualization] [m-c-s][PATCH] erlang-native: Add DEPENDS for ncurses-native

Bruce Ashfield bruce.ashfield at gmail.com
Thu Aug 24 06:59:43 PDT 2017


merged.

Bruce

On Wed, Aug 23, 2017 at 3:20 PM, Mark Asselstine <
mark.asselstine at windriver.com> wrote:

> 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 at windriver.com>
> ---
>  meta-openstack/recipes-devtools/erlang/erlang-native_R16B03-1.bb | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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
>
>  inherit native
>
> -PR = "r0"
> +DEPENDS += "ncurses-native"
>
>  EXTRA_OECONF = '--without-ssl'
>
> --
> 2.7.4
>
> --
> _______________________________________________
> meta-virtualization mailing list
> meta-virtualization at yoctoproject.org
> https://lists.yoctoproject.org/listinfo/meta-virtualization
>



-- 
"Thou shalt not follow the NULL pointer, for chaos and madness await thee
at its end"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/meta-virtualization/attachments/20170824/a22cf939/attachment-0001.html>


More information about the meta-virtualization mailing list