diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 02:05:01 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-18 13:18:24 +0000 |
commit | 95bf5b3f9e28e8144ae2523d064352a98d3ff8e0 (patch) | |
tree | 6ae44c89a28c69f1571ae68249cb2000535b0bc4 /meta/recipes-devtools | |
parent | ecee0e67f0fdf7d39b8d997a062bc77c7c1c609f (diff) | |
download | poky-95bf5b3f9e28e8144ae2523d064352a98d3ff8e0.tar.gz |
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>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.7.bb index 9e22563d8b..3a4f5a891d 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 () { | |||
19 | 19 | ||
20 | do_compile_prepend () { | 20 | do_compile_prepend () { |
21 | find ./ -print | grep -v ./patches | xargs chmod u=rwX | 21 | find ./ -print | grep -v ./patches | xargs chmod u=rwX |
22 | ( cd ${S}/util; ${BUILD_CC} subst.c -o subst ) | 22 | ( cd ${S}/util; ${BUILD_CC} subst.c -o ${B}/util/subst ) |
23 | } | 23 | } |
24 | 24 | ||
25 | do_install () { | 25 | do_install () { |