lttng-ust: Fix case where ${B} != ${S}

Fix out of tree builds by ensuring bootstrap is executed in ${S}.

(From OE-Core rev: 970be6b43acd16dac1400ce322dcd2cb6272fd63)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-03-18 02:05:04 +00:00
parent 748085df64
commit 2072e82c54
1 changed files with 1 additions and 1 deletions

View File

@ -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