summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFabien Thomas <fabien.thomas@smile.fr>2023-10-19 17:27:12 +0200
committerKhem Raj <raj.khem@gmail.com>2023-10-19 10:51:40 -0700
commitc817cf55aeb2f7b9cee2281bfff2232be9a5c5e8 (patch)
tree8711d121605cbac0296044bb70af93e7ca409903
parent93b87410f7d8d025d25868a5adffe919d0d96c33 (diff)
downloadmeta-openembedded-c817cf55aeb2f7b9cee2281bfff2232be9a5c5e8.tar.gz
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>
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.18.8.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.18.8.bb b/meta-networking/recipes-connectivity/samba/samba_4.18.8.bb
index dc9bc1a7f9..f80742640f 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.18.8.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.18.8.bb
@@ -74,7 +74,7 @@ export WAF_NO_PREFORK="yes"
74# Use krb5. Build active domain controller. 74# Use krb5. Build active domain controller.
75# 75#
76PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \ 76PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \
77 acl cups ad-dc ldap mitkrb5 \ 77 acl cups ldap mitkrb5 \
78" 78"
79 79
80PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" 80PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl"