From: Otavio Salvador Date: Mon, 18 Jan 2016 15:18:57 +0000 (-0200) Subject: slang: Add dependency on ncurses X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~27609 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=365d65b301a7bfbdafb463abaa53359ebc0e8f59;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git slang: Add dependency on ncurses Slang links over ncurses' terminal information library thus it requires it to be available for build. Signed-off-by: Otavio Salvador Signed-off-by: Ross Burton --- diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index bfaa9a58df5..237e9f2526f 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"