[OE-core] [PATCH 09/16] pm-utils: Fix case where ${B} != ${S}
Richard Purdie
richard.purdie at linuxfoundation.org
Thu Mar 21 15:55:08 UTC 2013
Change to the correct directory to execute gnu-configize.
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 faa0e4e..961d7dd 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}/*"
--
1.7.10.4
More information about the Openembedded-core
mailing list