summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/systemtap
diff options
context:
space:
mode:
authorYann Dirson <yann@blade-group.com>2020-11-12 18:26:14 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-11-13 14:32:00 +0000
commitfc556f5e520a3f762099e03e781399e9eced5a6a (patch)
tree8a5abe13c213d811bd9a1102d3d069b40a906662 /meta/recipes-kernel/systemtap
parent7412e2f2b2e52489d31677c686342a8bb724b042 (diff)
downloadpoky-fc556f5e520a3f762099e03e781399e9eced5a6a.tar.gz
systemtap: clarify the relation between exporter and python3-probes feature
(From OE-Core rev: 70e3c46a4df90fc6f59698d5e347087522ca85dd) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/systemtap')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 375e570454..89f550c859 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -27,15 +27,13 @@ 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
30# exporter comes with python3-probes
30PACKAGES =+ "${PN}-exporter" 31PACKAGES =+ "${PN}-exporter"
31
32FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \ 32FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \
33 ${sysconfdir}/sysconfig/stap-exporter \ 33 ${sysconfdir}/sysconfig/stap-exporter \
34 ${systemd_unitdir}/system/stap-exporter.service \ 34 ${systemd_unitdir}/system/stap-exporter.service \
35 ${sbindir}/stap-exporter" 35 ${sbindir}/stap-exporter"
36
37RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" 36RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient"
38
39SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" 37SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service"
40 38
41PACKAGES =+ "${PN}-examples" 39PACKAGES =+ "${PN}-examples"