From: Richard Purdie Date: Mon, 18 Mar 2013 01:15:14 +0000 (+0000) Subject: ncurses: Fix case where ${B} != ${S} X-Git-Tag: rev_ivi_2015_02_04~13303 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=77bcb43a5719b23fd8a722fb4db4ae3d3a1793dc;p=scm%2Fbb%2Ftizen-distro.git ncurses: Fix case where ${B} != ${S} This change allows ${B} != ${S} builds to work as otherwise gnu-configize is executed in the incorrect directory. (From OE-Core rev: 77d09b5ffd7867809004d7e3a6285e19087713b7) Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-core/ncurses/ncurses.inc b/meta/recipes-core/ncurses/ncurses.inc index 040495c..bcb9c94 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} || \