Doesn't this just hide the issue that the systemd service file is installed in wrong directory?
with current master I'm seeing: ERROR: Didn't find service unit 'blueman-mechanism.service', specified in SYSTEMD_SERVICE:blueman. On Thu, Aug 8, 2024 at 9:11 PM Alper Ak via lists.openembedded.org <[email protected]> wrote: > > 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 <[email protected]> > --- > meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 1 + > 1 file changed, 1 insertion(+) > > 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 5aa3b2bd5..df2a226f0 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 > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#111848): https://lists.openembedded.org/g/openembedded-devel/message/111848 Mute This Topic: https://lists.openembedded.org/mt/107795994/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
