[oe-commits] [meta-openembedded] 03/05: blueman: Package orphan'ed files when systemd is enabled

git at git.openembedded.org git at git.openembedded.org
Mon Jul 16 04:48:39 UTC 2018


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

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit be597c04bfa94b475296ca3b61fa36b0d5850c34
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sat Jul 14 15:43:26 2018 -0700

    blueman: Package orphan'ed files when systemd is enabled
    
    Fixes
    
    ERROR: blueman-2.0.5+gitAUTOINC+c4a03417e8-r0 do_package: QA Issue: blueman: Files/directories were installed but not shipped in any package:
      /usr/lib/systemd/system
      /usr/lib/systemd/system/blueman-mechanism.service
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-connectivity/blueman/blueman_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta-oe/recipes-connectivity/blueman/blueman_git.bb b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
index 884e985..f479386 100644
--- a/meta-oe/recipes-connectivity/blueman/blueman_git.bb
+++ b/meta-oe/recipes-connectivity/blueman/blueman_git.bb
@@ -34,6 +34,7 @@ FILES_${PN} += " \
     ${datadir}/dbus-1 \
     ${datadir}/Thunar \
     ${systemd_user_unitdir} \
+    ${exec_prefix}${systemd_system_unitdir} \
     ${PYTHON_SITEPACKAGES_DIR} \
 "
 

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


More information about the Openembedded-commits mailing list