From 9c06fbbbee2183e9e1285496d00282dde59eb538 Mon Sep 17 00:00:00 2001 From: Yann Dirson Date: Thu, 12 Nov 2020 18:26:16 +0100 Subject: systemtap: split runtime material in its own package Note the _class-target qualifier, here to prevent a funky dependency of systemtap-native on systemtap-native-runtime-native. This possibly hints to something deeper ? (From OE-Core rev: 440dc8bacf6e6307ae8617194b75504702011b16) Signed-off-by: Richard Purdie --- meta/recipes-kernel/systemtap/systemtap_git.bb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'meta/recipes-kernel/systemtap') 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/* \ RDEPENDS_${PN}-exporter = "${PN} python3-core python3-netclient" SYSTEMD_SERVICE_${PN}-exporter = "stap-exporter.service" +PACKAGES =+ "${PN}-runtime" +FILES_${PN}-runtime = "\ + ${bindir}/staprun \ + ${bindir}/stap-merge \ + ${bindir}/stapsh \ + ${libexecdir}/${BPN}/stapio \ +" +RDEPENDS_${PN}_class-target += "${PN}-runtime" + PACKAGES =+ "${PN}-examples" FILES_${PN}-examples = "${datadir}/${BPN}/examples/" RDEPENDS_${PN}-examples += "${PN}" -- cgit v1.2.3-54-g00ecf