mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 21:32:13 +02:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user