mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 18:32:13 +02:00
connman: Depend on xuser-account unconditionally
This means dragging in xuser-account even when it's not used but that's a lesser evil than the recipe depending on machine specific settings. This also prevents a warning on connman service startup when ROOTLESS_X is not set: Unknown username "xuser" in message bus [YOCTO #8005] (From OE-Core rev: b791b8f1d175a73fcb9e48b3fcd56ebbc6bf6de1) Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b146c597f
commit
907c8a7068
@@ -113,7 +113,7 @@ RPROVIDES_${PN} = "\
|
||||
|
||||
RDEPENDS_${PN} = "\
|
||||
dbus \
|
||||
${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
|
||||
xuser-account \
|
||||
"
|
||||
|
||||
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
|
||||
|
||||
Reference in New Issue
Block a user