From: Richard Purdie Date: Thu, 21 Mar 2013 14:23:51 +0000 (+0000) Subject: pm-utils: Fix case where ${B} != ${S} X-Git-Tag: 2015-4~7129 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6972e82b33af69cfef2d05b3637ecfd79a5125da;p=openembedded-core.git pm-utils: Fix case where ${B} != ${S} Change to the correct directory to execute gnu-configize. Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb index faa0e4e8b2..961d7ddd59 100644 --- a/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb +++ b/meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb @@ -19,7 +19,7 @@ inherit pkgconfig autotools RDEPENDS_${PN} = "grep" do_configure_prepend () { - autoreconf -f -i -s + ( cd ${S}; autoreconf -f -i -s ) } FILES_${PN} += "${libdir}/${BPN}/*"