Fix out of tree builds by ensuring bootstrap is executed in ${S}. Signed-off-by: Richard Purdie <richard.pur...@linuxfoundation.org> --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
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 2117981..8f8bbc7 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 \ S = "${WORKDIR}/git" do_configure_prepend () { - ${S}/bootstrap + ( cd ${S}; ${S}/bootstrap ) } # Due to liburcu not building for MIPS currently this recipe needs to -- 1.7.10.4 _______________________________________________ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core