[oe-commits] Richard Purdie : libnewt: Fix ${B} != ${S} (partial)

git at git.openembedded.org git at git.openembedded.org
Mon Mar 18 13:17:29 UTC 2013


Module: openembedded-core.git
Branch: master-next
Commit: e90580134b4b5b1bfdb94564ed8a72fb7072c11c
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=e90580134b4b5b1bfdb94564ed8a72fb7072c11c

Author: Richard Purdie <richard.purdie at linuxfoundation.org>
Date:   Mon Mar 18 02:05:11 2013 +0000

libnewt: Fix ${B} != ${S} (partial)

Fix low hanging out of tree build issue but others remain.

Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-extended/newt/libnewt_0.52.14.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-extended/newt/libnewt_0.52.14.bb b/meta/recipes-extended/newt/libnewt_0.52.14.bb
index c1ec029..54da15d 100644
--- a/meta/recipes-extended/newt/libnewt_0.52.14.bb
+++ b/meta/recipes-extended/newt/libnewt_0.52.14.bb
@@ -45,7 +45,7 @@ export HOST_SYS
 PACKAGES_prepend = "whiptail ${PN}-python "
 
 do_configure_prepend() {
-    sh autogen.sh
+    ( cd ${S}; sh autogen.sh )
 }
 
 FILES_whiptail = "${bindir}/whiptail"





More information about the Openembedded-commits mailing list