From 6972e82b33af69cfef2d05b3637ecfd79a5125da Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Thu, 21 Mar 2013 14:23:51 +0000 Subject: pm-utils: Fix case where ${B} != ${S} Change to the correct directory to execute gnu-configize. Signed-off-by: Richard Purdie --- meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-bsp') 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}/*" -- cgit 1.2.3-korg