All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] slang: Add dependency on ncorses
@ 2016-01-18 15:18 Otavio Salvador
  2016-01-18 16:49 ` Randy MacLeod
  0 siblings, 1 reply; 3+ messages in thread
From: Otavio Salvador @ 2016-01-18 15:18 UTC (permalink / raw)
  To: OpenEmbedded Core Mailing List; +Cc: Otavio Salvador

Slang links over ncurses' terminal information library thus it
requires it to be available for build.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
---

 meta/recipes-extended/slang/slang_2.2.4.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb
index bfaa9a5..237e9f2 100644
--- a/meta/recipes-extended/slang/slang_2.2.4.bb
+++ b/meta/recipes-extended/slang/slang_2.2.4.bb
@@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to."
 
 HOMEPAGE = "http://www.jedsoft.org/slang/"
 SECTION = "libs"
-DEPENDS = "pcre"
+DEPENDS = "pcre ncurses"
 PR = "r12"
 
 LICENSE = "GPLv2"
-- 
2.7.0



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] slang: Add dependency on ncorses
  2016-01-18 15:18 [PATCH] slang: Add dependency on ncorses Otavio Salvador
@ 2016-01-18 16:49 ` Randy MacLeod
  2016-01-18 16:50   ` Burton, Ross
  0 siblings, 1 reply; 3+ messages in thread
From: Randy MacLeod @ 2016-01-18 16:49 UTC (permalink / raw)
  To: openembedded-core, Otavio Salvador

Please fix typo in shortlog:

s/ncorses/ncurses/

../Randy
On 2016-01-18 10:18 AM, Otavio Salvador wrote:
> Slang links over ncurses' terminal information library thus it
> requires it to be available for build.
>
> Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
> ---
>
>   meta/recipes-extended/slang/slang_2.2.4.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb
> index bfaa9a5..237e9f2 100644
> --- a/meta/recipes-extended/slang/slang_2.2.4.bb
> +++ b/meta/recipes-extended/slang/slang_2.2.4.bb
> @@ -9,7 +9,7 @@ to recode S-Lang procedures in C if you need to."
>
>   HOMEPAGE = "http://www.jedsoft.org/slang/"
>   SECTION = "libs"
> -DEPENDS = "pcre"
> +DEPENDS = "pcre ncurses"
>   PR = "r12"
>
>   LICENSE = "GPLv2"
>


-- 
# Randy MacLeod. SMTS, Linux, Wind River
Direct: 613.963.1350 | 350 Terry Fox Drive, Suite 200, Ottawa, ON, 
Canada, K2K 2W5


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] slang: Add dependency on ncorses
  2016-01-18 16:49 ` Randy MacLeod
@ 2016-01-18 16:50   ` Burton, Ross
  0 siblings, 0 replies; 3+ messages in thread
From: Burton, Ross @ 2016-01-18 16:50 UTC (permalink / raw)
  To: Randy MacLeod; +Cc: Otavio Salvador, OE-core

[-- Attachment #1: Type: text/plain, Size: 195 bytes --]

On 18 January 2016 at 16:49, Randy MacLeod <randy.macleod@windriver.com>
wrote:

> Please fix typo in shortlog:
>
> s/ncorses/ncurses/
>

I fixed this when I pulled it into mut.

Ross

[-- Attachment #2: Type: text/html, Size: 613 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2016-01-18 16:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-01-18 15:18 [PATCH] slang: Add dependency on ncorses Otavio Salvador
2016-01-18 16:49 ` Randy MacLeod
2016-01-18 16:50   ` Burton, Ross

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.