From patchwork Mon Mar 18 02:05:01 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [03/13] e2fsprogs: Fix case where ${B} != ${S} Date: Mon, 18 Mar 2013 02:05:01 -0000 From: Richard Purdie X-Patchwork-Id: 46355 Message-Id: <1363572312-13399-3-git-send-email-richard.purdie@linuxfoundation.org> To: openembedded-core@lists.openembedded.org Fix out of tree builds by placing built objects in the correct location. Signed-off-by: Richard Purdie --- meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb index 9e22563..3a4f5a8 100644 --- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb +++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb @@ -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 () {