summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-21 14:23:51 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-03-22 16:54:36 +0000
commit512b8d22738def6aafc6c792599ec444bbe41ffd (patch)
tree8dfa836739756f724cf4a7c82e6912a3f9abe5bb
parent902b785e93725acc6eb76b176877e4e7de3bbf31 (diff)
downloadast2050-yocto-poky-512b8d22738def6aafc6c792599ec444bbe41ffd.zip
ast2050-yocto-poky-512b8d22738def6aafc6c792599ec444bbe41ffd.tar.gz
pm-utils: Fix case where ${B} != ${S}
Change to the correct directory to execute gnu-configize. (From OE-Core rev: 6972e82b33af69cfef2d05b3637ecfd79a5125da) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-bsp/pm-utils/pm-utils_1.4.1.bb2
1 files changed, 1 insertions, 1 deletions
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}/*"
OpenPOWER on IntegriCloud