[OE-core] [PATCH 13/13] libnewt: Fix ${B} != ${S} (partial)
Richard Purdie
richard.purdie at linuxfoundation.org
Mon Mar 18 02:05:11 UTC 2013
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 file changed, 1 insertion(+), 1 deletion(-)
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"
--
1.7.10.4
More information about the Openembedded-core
mailing list