mirror of
https://git.yoctoproject.org/poky
synced 2026-04-21 03:32:12 +02: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:
@@ -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}/*"
|
||||
|
||||
Reference in New Issue
Block a user