[oe-commits] [openembedded-core] 14/14: systemtap: fix QA issue

git at git.openembedded.org git at git.openembedded.org
Wed Oct 17 22:32:57 UTC 2018


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 4daee80407aeff6b67685d2b307578f9ae9aade8
Author: Martin Jansa <martin.jansa at gmail.com>
AuthorDate: Wed Oct 17 19:03:28 2018 +0000

    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]
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-kernel/systemtap/systemtap_git.bb | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-kernel/systemtap/systemtap_git.bb b/meta/recipes-kernel/systemtap/systemtap_git.bb
index 78a82ef..904ecdd 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,
 
 inherit autotools gettext pkgconfig distutils3-base systemd
 
+SYSTEMD_SERVICE_${PN} = "stap-exporter.service"
+
 do_configure_prepend () {
     # Improve reproducibility for c++ object files
     reltivepath="${@os.path.relpath(d.getVar('STAGING_INCDIR'), d.getVar('S'))}"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list