diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-21 14:23:51 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-22 16:54:36 +0000 |
commit | 512b8d22738def6aafc6c792599ec444bbe41ffd (patch) | |
tree | 8dfa836739756f724cf4a7c82e6912a3f9abe5bb | |
parent | 902b785e93725acc6eb76b176877e4e7de3bbf31 (diff) | |
download | 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.bb | 2 |
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 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 | |||
19 | RDEPENDS_${PN} = "grep" | 19 | RDEPENDS_${PN} = "grep" |
20 | 20 | ||
21 | do_configure_prepend () { | 21 | do_configure_prepend () { |
22 | autoreconf -f -i -s | 22 | ( cd ${S}; autoreconf -f -i -s ) |
23 | } | 23 | } |
24 | 24 | ||
25 | FILES_${PN} += "${libdir}/${BPN}/*" | 25 | FILES_${PN} += "${libdir}/${BPN}/*" |