]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
lttng-tools: disable patching our libtool.m4
authorRoss Burton <ross.burton@arm.com>
Thu, 16 Jan 2025 12:04:29 +0000 (12:04 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 20 Jan 2025 13:38:56 +0000 (13:38 +0000)
commit87c1c7aa306759183e1f0b67a813b58eed8fb8ad
tree4162fc25e1f0df88e92e2e4e52407449cff90911
parent48e4b8c06e503868404b99bf45a46a52794baa5a
lttng-tools: disable patching our libtool.m4

Twelve years ago, libtool on Debian had a patch that meant it failed to
cross-compile lttng-tools correctly. The solution at the time was to
sed libtool.m4 whilst configure was being ran[1], which (assuming it
patches the correct file) results in a re-execution of configure during
do_compile.

This behaviour is undesired as we don't patch libtool in the way that
this fixup is needed (the sed only changes Haiku OS codepaths), so
disable it.

[1] https://github.com/lttng/lttng-tools/commit/6bd5984c2b1b1037e0345bbac3506b5503fe01bd

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-kernel/lttng/lttng-tools_2.13.14.bb