summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2025-05-14 13:58:02 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2025-05-19 17:35:42 +0100
commit63b208437462367309e00499c422e7e522db85c4 (patch)
treed142cebca4b26a3e3f70036d41d99ca4d24eb51f
parentf92147be29c14e1257c78c5c48de0d2e5d2f6c3c (diff)
downloadpoky-63b208437462367309e00499c422e7e522db85c4.tar.gz
systemtap: Remove unneeded -Wno-dangling-pointer
This was added by me in below commit [1] to overcome a RISCV build failure with gcc 13, the issue is gone with gcc-15 [1] https://git.yoctoproject.org/poky/commit/?id=4f09a93611134351381415d69228317d8a779014 (From OE-Core rev: 46a6fedf368c77a06d9a18d7c84a3f2e079c8f49) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 7c9cbe0da0..21d50ffb04 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -36,9 +36,6 @@ PACKAGECONFIG[debuginfod] = "--with-debuginfod, --without-debuginfod"
36inherit autotools gettext pkgconfig systemd 36inherit autotools gettext pkgconfig systemd
37inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)} 37inherit_defer ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)}
38 38
39# | ../git/elaborate.cxx:2601:21: error: storing the address of local variable 'sym' in '*s.systemtap_session::symbol_resolver' [-Werror=dangling-pointer=]
40CXXFLAGS += "-Wno-dangling-pointer"
41
42# exporter comes with python3-probes 39# exporter comes with python3-probes
43PACKAGES =+ "${PN}-exporter" 40PACKAGES =+ "${PN}-exporter"
44FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ 41FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \