Openembedded Core Discussions
 help / color / mirror / Atom feed
* ncurses: Fix case where ${B} != ${S}
@ 2013-03-18  1:15 Richard Purdie
  0 siblings, 0 replies; only message in thread
From: Richard Purdie @ 2013-03-18  1:15 UTC (permalink / raw)
  To: openembedded-core

This change allows ${B} != ${S} builds to work as otherwise
gnu-configize is executed in the incorrect directory.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
---
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} || \




^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-03-18  1:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-18  1:15 ncurses: Fix case where ${B} != ${S} Richard Purdie

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox