> On 11 Jul 2024, at 20:12, Guðni Már Gilbert via lists.openembedded.org > <[email protected]> wrote: > + # Fix the /etc/bluetooth directory permissions when systemd is disabled > + if ${@bb.utils.contains('PACKAGECONFIG', 'systemd', 'false', 'true', d)}; > then > + chmod 0755 ${D}${sysconfdir}/bluetooth > + fi
This feels too fragile for my liking. Can we just fix the permissions always (with a comment explaining why) instead of looking for systemd? If upstream change their behaviour then it’s possible we regress. Cheers, Ross
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#201935): https://lists.openembedded.org/g/openembedded-core/message/201935 Mute This Topic: https://lists.openembedded.org/mt/107169374/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
