[oe] [meta-oe][PATCH] ltrace: Run autogen.sh in source directory

Ash Charles ashcharles at gmail.com
Mon May 26 20:34:00 UTC 2014


The autogen.sh script needs to be run in and from the source
directory.  The configuration step can still be run from
out-of-tree.

Signed-off-by: Ash Charles <ashcharles at gmail.com>
---
 meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
index 149af52..89f760a 100644
--- a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
+++ b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb
@@ -21,5 +21,5 @@ S = "${WORKDIR}/git"
 inherit autotools
 
 do_configure_prepend () {
-	./autogen.sh
+	( cd ${S}; ./autogen.sh )
 }
-- 
1.8.3.2




More information about the Openembedded-devel mailing list