mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
f97b9ebb14
commit
0b6d6875b9
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user