diff options
| -rw-r--r-- | meta-oe/recipes-devtools/ltrace/ltrace_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/ltrace/ltrace_git.bb b/meta-oe/recipes-devtools/ltrace/ltrace_git.bb index 149af52dc0..89f760af8f 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" | |||
| 21 | inherit autotools | 21 | inherit autotools |
| 22 | 22 | ||
| 23 | do_configure_prepend () { | 23 | do_configure_prepend () { |
| 24 | ./autogen.sh | 24 | ( cd ${S}; ./autogen.sh ) |
| 25 | } | 25 | } |
