summaryrefslogtreecommitdiffstats
path: root/meta/recipes-extended/newt/libnewt_0.52.14.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-extended/newt/libnewt_0.52.14.bb')
-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
45PACKAGES_prepend = "whiptail ${PN}-python " 45PACKAGES_prepend = "whiptail ${PN}-python "
46 46
47do_configure_prepend() { 47do_configure_prepend() {
48 sh autogen.sh 48 ( cd ${S}; sh autogen.sh )
49} 49}
50 50
51FILES_whiptail = "${bindir}/whiptail" 51FILES_whiptail = "${bindir}/whiptail"