diff options
| author | Khem Raj <raj.khem@gmail.com> | 2018-07-14 15:43:26 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2018-07-14 15:50:14 -0700 |
| commit | be597c04bfa94b475296ca3b61fa36b0d5850c34 (patch) | |
| tree | 0666fd399449a0ab19c2e762de37ad44c29a8ae4 /meta-oe | |
| parent | f8904d0a6a83b2731d135ec3a79c4dbd0a461384 (diff) | |
| download | meta-openembedded-be597c04bfa94b475296ca3b61fa36b0d5850c34.tar.gz | |
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@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-connectivity/blueman/blueman_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/blueman/blueman_git.bb b/meta-oe/recipes-connectivity/blueman/blueman_git.bb index 884e9859a1..f479386c14 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} += " \ | |||
| 34 | ${datadir}/dbus-1 \ | 34 | ${datadir}/dbus-1 \ |
| 35 | ${datadir}/Thunar \ | 35 | ${datadir}/Thunar \ |
| 36 | ${systemd_user_unitdir} \ | 36 | ${systemd_user_unitdir} \ |
| 37 | ${exec_prefix}${systemd_system_unitdir} \ | ||
| 37 | ${PYTHON_SITEPACKAGES_DIR} \ | 38 | ${PYTHON_SITEPACKAGES_DIR} \ |
| 38 | " | 39 | " |
| 39 | 40 | ||
