1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-08 17:19:20 +00:00

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