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

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


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

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