blueman: Fix do_package QA issue

ERROR: blueman-2.4.3-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
Please set FILES such that these items are packaged. Alternatively if they are unneeded, avoid installing them or delete them within do_install.
blueman: 2 installed and not shipped files. [installed-vs-shipped]
ERROR: blueman-2.4.3-r0 do_package: Fatal QA errors were found, failing task.

Signed-off-by: alperak <alperyasinak1@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
alperak 2024-08-08 22:11:19 +03:00 committed by Khem Raj
parent f97b9ebb14
commit 0b6d6875b9
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -40,6 +40,7 @@ FILES:${PN} += " \
${datadir} \
${systemd_user_unitdir} \
${PYTHON_SITEPACKAGES_DIR} \
${prefix}${systemd_system_unitdir} \
"
# In code, path to python is a variable that is replaced with path to native version of it