From 77d09b5ffd7867809004d7e3a6285e19087713b7 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Mon, 18 Mar 2013 01:15:14 +0000 Subject: ncurses: Fix case where ${B} != ${S} This change allows ${B} != ${S} builds to work as otherwise gnu-configize is executed in the incorrect directory. Signed-off-by: Richard Purdie --- meta/recipes-core/ncurses/ncurses.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-core/ncurses') diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 040495c84e..bcb9c94395 100644 --- a/meta/recipes-core/ncurses/ncurses.inc +++ b/meta/recipes-core/ncurses/ncurses.inc @@ -94,7 +94,7 @@ do_configure() { # not the case for /dev/null redirections) export cf_cv_working_poll=yes - gnu-configize --force + ( cd ${S}; gnu-configize --force ) ncurses_configure "narrowc" || \ return 1 ! ${ENABLE_WIDEC} || \ -- cgit 1.2.3-korg