[OE-core] [PATCH] ncurses: changes ncurses-config to ncurses5-config

Ming Liu liu.ming50 at gmail.com
Wed Dec 16 01:14:45 UTC 2015


From: Ming Liu <peter.x.liu at external.atlascopco.com>

ncurses-config is a wrong name, there is not such file at all, changes it
to ncurses5-config.

Signed-off-by: Ming Liu <peter.x.liu at external.atlascopco.com>
---
 meta/recipes-core/ncurses/ncurses.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc
index 8bfe133..58e6281 100644
--- a/meta/recipes-core/ncurses/ncurses.inc
+++ b/meta/recipes-core/ncurses/ncurses.inc
@@ -8,7 +8,7 @@ DEPENDS = "ncurses-native"
 DEPENDS_class-native = ""
 INC_PR = "r15"
 
-BINCONFIG = "${bindir}/ncurses-config"
+BINCONFIG = "${bindir}/ncurses5-config"
 
 inherit autotools binconfig-disabled multilib_header pkgconfig
 
-- 
1.9.1




More information about the Openembedded-core mailing list