From fc556f5e520a3f762099e03e781399e9eced5a6a Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 12 Nov 2020 18:26:14 +0100 Subject: systemtap: clarify the relation between exporter and python3-probes feature (From OE-Core rev: 70e3c46a4df90fc6f59698d5e347087522ca85dd) Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.bb | 4 +--- 1 file changed, 1 insertion(+), 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, inherit autotools gettext pkgconfig distutils3-base systemd +# exporter comes with python3-probes PACKAGES =+ "${PN}-exporter" - FILES_${PN}-exporter = "${sysconfdir}/stap-exporter/* \ ${sysconfdir}/sysconfig/stap-exporter \ ${systemd_unitdir}/system/stap-exporter.service \ ${sbindir}/stap-exporter" - RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" - SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" PACKAGES =+ "${PN}-examples" -- cgit v1.2.3-54-g00ecf