mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 16:27:27 +00:00
samba.bb : Disable ad-dc by default
When this feature is enabled by default in packageconfig this implies a dependency to python3-dnspython which is in meta-python. Disable ac-dc PACKAGECONFIG by default to avoid adding a layer dependency only for this feature. Signed-off-by: Fabien Thomas <fabien.thomas@smile.fr> Reviewed-by: Yoann Congal <yoann.congal@smile.fr> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -74,7 +74,7 @@ export WAF_NO_PREFORK="yes"
|
|||||||
# Use krb5. Build active domain controller.
|
# Use krb5. Build active domain controller.
|
||||||
#
|
#
|
||||||
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \
|
PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \
|
||||||
acl cups ad-dc ldap mitkrb5 \
|
acl cups ldap mitkrb5 \
|
||||||
"
|
"
|
||||||
|
|
||||||
PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl"
|
PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl"
|
||||||
|
|||||||
Reference in New Issue
Block a user