summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 74bf7cb35c..8dad5b15f0 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -36,6 +36,15 @@ FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \
36RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" 36RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient"
37SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" 37SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service"
38 38
39PACKAGES =+ "${PN}-runtime"
40FILES_${PN}-runtime = "\
41 ${bindir}/staprun \
42 ${bindir}/stap-merge \
43 ${bindir}/stapsh \
44 ${libexecdir}/${BPN}/stapio \
45"
46RDEPENDS_${PN}_class-target += "${PN}-runtime"
47
39PACKAGES =+ "${PN}-examples" 48PACKAGES =+ "${PN}-examples"
40FILES_${PN}-examples = "${datadir}/${BPN}/examples/" 49FILES_${PN}-examples = "${datadir}/${BPN}/examples/"
41RDEPENDS_${PN}-examples += "${PN}" 50RDEPENDS_${PN}-examples += "${PN}"