| Submitter | Richard Purdie |
|---|---|
| Date | March 18, 2013, 2:05 a.m. |
| Message ID | <1363572312-13399-6-git-send-email-richard.purdie@linuxfoundation.org> |
| Download | mbox | patch |
| Permalink | /patch/46341/ |
| State | New |
| Headers | show |
Comments
Patch
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
Fix out of tree builds by ensuring bootstrap is executed in ${S}. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> --- meta/recipes-kernel/lttng/lttng-ust_2.1.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)