[oe-commits] Ross Burton : e2fsprogs: fix out-of-tree builds

git at git.openembedded.org git at git.openembedded.org
Fri Dec 14 15:06:10 UTC 2012


Module: openembedded-core.git
Branch: master
Commit: 8fc44b83ef6d37aa84e87411e4225a1e76d2f4ef
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8fc44b83ef6d37aa84e87411e4225a1e76d2f4ef

Author: Ross Burton <ross.burton at intel.com>
Date:   Fri Dec 14 14:51:24 2012 +0000

e2fsprogs: fix out-of-tree builds

Signed-off-by: Ross Burton <ross.burton at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb
index 5d62ea0..b0eee3b 100644
--- a/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb
+++ b/meta/recipes-devtools/e2fsprogs/e2fsprogs_1.42.1.bb
@@ -20,7 +20,7 @@ do_configure_prepend () {
 
 do_compile_prepend () {
 	find ./ -print | grep -v ./patches | xargs chmod u=rwX
-	( cd util; ${BUILD_CC} subst.c -o subst )
+	( cd ${S}/util; ${BUILD_CC} subst.c -o subst )
 }
 
 do_install () {





More information about the Openembedded-commits mailing list