summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
index 211798162c..8f8bbc7aee 100644
--- a/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
+++ b/meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb
@@ -29,7 +29,7 @@ SRC_URI = "git://git.lttng.org/lttng-ust.git;protocol=git \
29S = "${WORKDIR}/git" 29S = "${WORKDIR}/git"
30 30
31do_configure_prepend () { 31do_configure_prepend () {
32 ${S}/bootstrap 32 ( cd ${S}; ${S}/bootstrap )
33} 33}
34 34
35# Due to liburcu not building for MIPS currently this recipe needs to 35# Due to liburcu not building for MIPS currently this recipe needs to