mirror of
https://git.yoctoproject.org/poky
synced 2026-03-19 13:49:41 +01:00
e2fsprogs: Fix case where ${B} != ${S}
Fix out of tree builds by placing built objects in the correct location. (From OE-Core rev: 89514049f424eddaa9e46cf4fd8c25d05a9b1c15) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -19,7 +19,7 @@ do_configure_prepend () {
|
||||
|
||||
do_compile_prepend () {
|
||||
find ./ -print | grep -v ./patches | xargs chmod u=rwX
|
||||
( cd ${S}/util; ${BUILD_CC} subst.c -o subst )
|
||||
( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst )
|
||||
}
|
||||
|
||||
do_install () {
|
||||
|
||||
Reference in New Issue
Block a user