diff options
| -rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb index 904ecdd106..6ee3e1c0f7 100644 --- a/meta/recipes-kernel/systemtap/systemtap_git.bb +++ b/meta/recipes-kernel/systemtap/systemtap_git.bb | |||
| @@ -27,7 +27,16 @@ PACKAGECONFIG[python3-probes] = "--with-python3-probes,--without-python3-probes, | |||
| 27 | 27 | ||
| 28 | inherit autotools gettext pkgconfig distutils3-base systemd | 28 | inherit autotools gettext pkgconfig distutils3-base systemd |
| 29 | 29 | ||
| 30 | SYSTEMD_SERVICE_${PN} = "stap-exporter.service" | 30 | PACKAGES =+ "${PN}-exporter" |
| 31 | |||
| 32 | FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \ | ||
| 33 | ${sysconfdir}/sysconfig/stap-exporter \ | ||
| 34 | ${systemd_unitdir}/system/stap-exporter.service \ | ||
| 35 | ${sbindir}/stap-exporter" | ||
| 36 | |||
| 37 | RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" | ||
| 38 | |||
| 39 | SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" | ||
| 31 | 40 | ||
| 32 | do_configure_prepend () { | 41 | do_configure_prepend () { |
| 33 | # Improve reproducibility for c++ object files | 42 | # Improve reproducibility for c++ object files |
