diff options
author | alperak <alperyasinak1@gmail.com> | 2024-08-08 22:11:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-08-09 14:25:27 -0700 |
commit | 0b6d6875b9c88d41d6a3acfb80bc903925c6377b (patch) | |
tree | f18a23c3439b543afb9adc52cd4d2fda365a05f4 | |
parent | f97b9ebb1487e607a86dcb82f8211eab99b0998a (diff) | |
download | meta-openembedded-0b6d6875b9c88d41d6a3acfb80bc903925c6377b.tar.gz |
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>
-rw-r--r-- | meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb index 5aa3b2bd55..df2a226f0a 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | |||
@@ -40,6 +40,7 @@ FILES:${PN} += " \ | |||
40 | ${datadir} \ | 40 | ${datadir} \ |
41 | ${systemd_user_unitdir} \ | 41 | ${systemd_user_unitdir} \ |
42 | ${PYTHON_SITEPACKAGES_DIR} \ | 42 | ${PYTHON_SITEPACKAGES_DIR} \ |
43 | ${prefix}${systemd_system_unitdir} \ | ||
43 | " | 44 | " |
44 | 45 | ||
45 | # In code, path to python is a variable that is replaced with path to native version of it | 46 | # In code, path to python is a variable that is replaced with path to native version of it |