1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +00:00

systemtap: fix systemtap-native build error on Fedora 40

Backport of couple patches from upstream.

(From OE-Core rev: cc486f26db46c562e35f770c16edf3f4035e536e)

Signed-off-by: Victor Kamensky <victor.kamensky7@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Victor Kamensky
2024-06-09 20:34:03 -07:00
committed by Richard Purdie
parent d6afc28dee
commit 7ab949f94c
3 changed files with 86 additions and 0 deletions
@@ -7,6 +7,8 @@ SRC_URI = "git://sourceware.org/git/systemtap.git;branch=master;protocol=https \
file://0001-Do-not-let-configure-write-a-python-location-into-th.patch \
file://0001-Install-python-modules-to-correct-library-dir.patch \
file://0001-staprun-stapbpf-don-t-support-installing-a-non-root.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'