summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 78a82efc2c..904ecdd106 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -27,6 +27,8 @@ PACKAGECONFIG[python3-probes] = "--with-python3-probes,--without-python3-probes,
27 27
28inherit autotools gettext pkgconfig distutils3-base systemd 28inherit autotools gettext pkgconfig distutils3-base systemd
29 29
30SYSTEMD_SERVICE_${PN} = "stap-exporter.service"
31
30do_configure_prepend () { 32do_configure_prepend () {
31 # Improve reproducibility for c++ object files 33 # Improve reproducibility for c++ object files
32 reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}" 34 reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}"