From 0b6d6875b9c88d41d6a3acfb80bc903925c6377b Mon Sep 17 00:00:00 2001 From: alperak Date: Thu, 8 Aug 2024 22:11:19 +0300 Subject: 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 Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-networking') 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} += " \ ${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 -- cgit v1.2.3-54-g00ecf