[oe-commits] Ash Charles : ltrace: Run autogen.sh in source directory

git at git.openembedded.org git at git.openembedded.org
Wed Jun 4 09:43:38 UTC 2014


Module: meta-openembedded.git
Branch: master-next
Commit: 9bf740a489fa7d9f2a955db56656cbe6d175f9d0
URL:    http://git.openembedded.org/?p=meta-openembedded.git&a=commit;h=9bf740a489fa7d9f2a955db56656cbe6d175f9d0

Author: Ash Charles <ashcharles at gmail.com>
Date:   Mon May 26 13:34:00 2014 -0700

ltrace: Run autogen.sh in source directory

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>
Signed-off-by: Martin Jansa <Martin.Jansa 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 )
 }



More information about the Openembedded-commits mailing list