diff options
author | Yann Dirson <yann@blade-group.com> | 2020-11-12 18:26:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-11-13 14:32:00 +0000 |
commit | fc556f5e520a3f762099e03e781399e9eced5a6a (patch) | |
tree | 8a5abe13c213d811bd9a1102d3d069b40a906662 | |
parent | 7412e2f2b2e52489d31677c686342a8bb724b042 (diff) | |
download | poky-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>
-rw-r--r-- | meta/recipes-kernel/systemtap/systemtap_git.bb | 4 |
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 | ||
28 | inherit autotools gettext pkgconfig distutils3-base systemd | 28 | inherit autotools gettext pkgconfig distutils3-base systemd |
29 | 29 | ||
30 | # exporter comes with python3-probes | ||
30 | PACKAGES =+ "${PN}-exporter" | 31 | PACKAGES =+ "${PN}-exporter" |
31 | |||
32 | FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \ | 32 | FILES_${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 | |||
37 | RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" | 36 | RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" |
38 | |||
39 | SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" | 37 | SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" |
40 | 38 | ||
41 | PACKAGES =+ "${PN}-examples" | 39 | PACKAGES =+ "${PN}-examples" |