mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-11 04:49:58 +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>
(cherry picked from commit c817cf55ae)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
e32ac1e017
commit
178d3067db
@@ -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