]> code.ossystems Code Review - openembedded-core.git/commitdiff
libnewt: Fix ${B} != ${S} (partial)
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 02:05:11 +0000 (02:05 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 18 Mar 2013 13:17:40 +0000 (13:17 +0000)
Fix low hanging out of tree build issue but others remain.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-extended/newt/libnewt_0.52.14.bb

index c1ec029c565c8068b83a1b54e37bc5ee4139ab37..54da15df34f987e8bda0f832920664321c55a69d 100644 (file)
@@ -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"