aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 02:05:11 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-18 13:17:40 +0000
commit414f748ee499f629bf50eb3fa70e20e2105b3c49 (patch)
treebaae4dc34f73acee68d65ab9debcb6dd925e679c /meta/recipes-extended/newt
parent0525a1556ab3d25d9e6bda2fc3c8e40123825109 (diff)
downloadopenembedded-core-414f748ee499f629bf50eb3fa70e20e2105b3c49.tar.gz
libnewt: Fix ${B} != ${S} (partial)
Fix low hanging out of tree build issue but others remain. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-extended/newt')
-rw-r--r--meta/recipes-extended/newt/libnewt_0.52.14.bb2
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 c1ec029c56..54da15df34 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"