mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 13:09:50 +00:00
connman: only depend on xuser-account if ROOTLESS_X is set
* Copied from xserver-nodm-init. (From OE-Core rev: a09cfe460b6366edffacbd868af4d976bfe16520) Signed-off-by: Andreas Oberritter <obi@opendreambox.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
9782db00d4
commit
43d84d82c9
@@ -119,7 +119,7 @@ RDEPENDS_${PN} = "\
|
|||||||
${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \
|
${@bb.utils.contains('PACKAGECONFIG', 'bluetooth', '${BLUEZ}', '', d)} \
|
||||||
${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \
|
${@bb.utils.contains('PACKAGECONFIG', 'wifi','wpa-supplicant', '', d)} \
|
||||||
${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \
|
${@bb.utils.contains('PACKAGECONFIG', '3g','ofono', '', d)} \
|
||||||
xuser-account \
|
${@base_conditional('ROOTLESS_X', '1', 'xuser-account', '', d)} \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
|
PACKAGES_DYNAMIC += "^${PN}-plugin-.*"
|
||||||
|
|||||||
Reference in New Issue
Block a user