1
0
mirror of https://git.yoctoproject.org/poky synced 2026-07-16 03:47:03 +00:00

systemtap: fix systemtap-native build error on Fedora 40

Backport of couple patches from upstream.

(From OE-Core rev: bca8aa07ce0cea82f6f17381efaeba897edab265)

Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit cc486f26db46c562e35f770c16edf3f4035e536e)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
This commit is contained in:
Victor Kamensky
2024-06-09 20:34:03 -07:00
committed by Steve Sakoman
parent 2b073f0eaa
commit e7e5720dd4
3 changed files with 86 additions and 0 deletions
@@ -12,6 +12,8 @@ SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master;protocol=https \
file://0001-configure.ac-fix-broken-libdebuginfod-library-auto-d.patch \
file://0001-bpf-translate.cxx-fix-build-against-upcoming-gcc-14-.patch \
file://0001-staprun-fix-build-against-upcoming-gcc-14-Werror-cal.patch \
file://0001-elaborate.cxx-gcc-version-compatibility-hack.patch \
file://0001-elaborate.cxx-gcc-version-compatibility-hack-redux.patch \
"
COMPATIBLE_HOST = '(x86_64|i.86|powerpc|arm|aarch64|microblazeel|mips|riscv64).*-linux'