From 178d3067dbae4d10fbb4afb40e68e98145d2d409 Mon Sep 17 00:00:00 2001 From: Fabien Thomas Date: Thu, 19 Oct 2023 17:27:12 +0200 Subject: 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 Reviewed-by: Yoann Congal Signed-off-by: Khem Raj (cherry picked from commit c817cf55aeb2f7b9cee2281bfff2232be9a5c5e8) Signed-off-by: Armin Kuster --- meta-networking/recipes-connectivity/samba/samba_4.18.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-networking/recipes-connectivity') 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" # Use krb5. Build active domain controller. # 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" -- cgit v1.2.3-54-g00ecf