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>
This commit is contained in:
Richard Purdie 2013-03-21 14:23:51 +00:00
parent 902b785e93
commit 512b8d2273
1 changed files with 1 additions and 1 deletions

View File

@ -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}/*"