1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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 <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2013-03-18 01:15:14 +00:00
parent de258a9e90
commit 64cd9855c8
+1 -1
View File
@@ -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} || \