summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2018-10-17 19:03:28 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-10-18 10:56:55 +0100
commitc82410c5cca27ed85058a968c37eb566d687ec9b (patch)
treec1d62455b2aca0101e4411cdaf979116989c84e7 /meta
parent8c5f73e78ce23e9cab70cb39b11c8b9a5ebc024b (diff)
downloadpoky-c82410c5cca27ed85058a968c37eb566d687ec9b.tar.gz
systemtap: fix QA issue
ERROR: systemtap-4.0-r0 do_package: QA Issue: systemtap: Files/directories were installed but not shipped in any package: /lib /lib/systemd /lib/systemd/system /lib/systemd/system/stap-exporter.service Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install. systemtap: 4 installed and not shipped files. [installed-vs-shipped] (From OE-Core rev: d31212bcfe9232e7f6ac9efb4fad0be175a9ca00) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-kernel/systemtap/systemtap_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 78a82efc2c..904ecdd106 100644
--- a/meta/recipes-kernel/systemtap/systemtap_git.bb
+++ b/meta/recipes-kernel/systemtap/systemtap_git.bb
@@ -27,6 +27,8 @@ 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
30SYSTEMD_SERVICE_${PN} = "stap-exporter.service"
31
30do_configure_prepend () { 32do_configure_prepend () {
31 # Improve reproducibility for c++ object files 33 # Improve reproducibility for c++ object files
32 reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}" 34 reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}"