diff options
author | Fabien Thomas <fabien.thomas@smile.fr> | 2023-10-19 17:27:12 +0200 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2023-10-30 07:14:02 -0400 |
commit | 178d3067dbae4d10fbb4afb40e68e98145d2d409 (patch) | |
tree | 655c0e3ab77b4f9496ef7f69631e9d4198cafec8 /meta-networking/recipes-connectivity/samba | |
parent | e32ac1e01707d635f3666ddc64b49ba764582c41 (diff) | |
download | meta-openembedded-178d3067dbae4d10fbb4afb40e68e98145d2d409.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>
(cherry picked from commit c817cf55aeb2f7b9cee2281bfff2232be9a5c5e8)
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba')
-rw-r--r-- | meta-networking/recipes-connectivity/samba/samba_4.18.8.bb | 2 |
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 | # |
76 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \ | 76 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'systemd zeroconf', d)} \ |
77 | acl cups ad-dc ldap mitkrb5 \ | 77 | acl cups ldap mitkrb5 \ |
78 | " | 78 | " |
79 | 79 | ||
80 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" | 80 | PACKAGECONFIG[acl] = "--with-acl-support,--without-acl-support,acl" |