summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 072fcb310a..d320a8a5e0 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -34,6 +34,9 @@ PACKAGECONFIG[python3-probes] = "--with-python3-probes,--without-python3-probes,
34inherit autotools gettext pkgconfig systemd 34inherit autotools gettext pkgconfig systemd
35inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)} 35inherit ${@bb.utils.contains('PACKAGECONFIG', 'python3-probes', 'setuptools3-base', '', d)}
36 36
37# | ../git/elaborate.cxx:2601:21: error: storing the address of local variable 'sym' in '*s.systemtap_session::symbol_resolver' [-Werror=dangling-pointer=]
38CXXFLAGS += "-Wno-dangling-pointer"
39
37# exporter comes with python3-probes 40# exporter comes with python3-probes
38PACKAGES =+ "${PN}-exporter" 41PACKAGES =+ "${PN}-exporter"
39FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \ 42FILES:${PN}-exporter = "${sysconfdir}/stap-exporter/* \